From trasz@pin.if.uz.zgora.pl  Mon Mar  5 11:08:13 2007
Return-Path: <trasz@pin.if.uz.zgora.pl>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 8006616A404
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  5 Mar 2007 11:08:13 +0000 (UTC)
	(envelope-from trasz@pin.if.uz.zgora.pl)
Received: from pin.if.uz.zgora.pl (pin.if.uz.zgora.pl [212.109.128.251])
	by mx1.freebsd.org (Postfix) with ESMTP id 0B34B13C481
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  5 Mar 2007 11:08:12 +0000 (UTC)
	(envelope-from trasz@pin.if.uz.zgora.pl)
Received: by pin.if.uz.zgora.pl (Postfix, from userid 1001)
	id E73AC39DBA; Mon,  5 Mar 2007 12:15:41 +0100 (CET)
Message-Id: <20070305111541.E73AC39DBA@pin.if.uz.zgora.pl>
Date: Mon,  5 Mar 2007 12:15:41 +0100 (CET)
From: trasz <trasz@pin.if.uz.zgora.pl>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [MAINTAINER] audio/hexter: update to 0.6.0
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         109915
>Category:       ports
>Synopsis:       [MAINTAINER] audio/hexter: update to 0.6.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Mar 05 11:10:05 GMT 2007
>Closed-Date:    Wed Mar 07 08:57:30 GMT 2007
>Last-Modified:  Wed Mar  7 09:00:17 GMT 2007
>Originator:     trasz
>Release:        FreeBSD 6.1-RELEASE-p10 i386
>Organization:
>Environment:
System: FreeBSD pin.if.uz.zgora.pl 6.1-RELEASE-p10 FreeBSD 6.1-RELEASE-p10 #0: Wed Nov 15 19:16:30 CET 2006
>Description:
- Update to 0.6.0

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- hexter-0.6.0.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/audio/hexter/Makefile /home/trasz/hexter/Makefile
--- /usr/ports/audio/hexter/Makefile	Wed Jan 24 21:42:18 2007
+++ /home/trasz/hexter/Makefile	Mon Mar  5 12:13:15 2007
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	hexter
-PORTVERSION=	0.5.9
+PORTVERSION=	0.6.0
 CATEGORIES=	audio
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	dssi
diff -ruN --exclude=CVS /usr/ports/audio/hexter/distinfo /home/trasz/hexter/distinfo
--- /usr/ports/audio/hexter/distinfo	Wed Jan 24 21:42:18 2007
+++ /home/trasz/hexter/distinfo	Mon Mar  5 12:13:17 2007
@@ -1,3 +1,3 @@
-MD5 (hexter-0.5.9.tar.gz) = ad337feac0ec7f208e697cd9f123f076
-SHA256 (hexter-0.5.9.tar.gz) = f4d0263011a04a4eedcdf6b7290e74c269b7bdf6f35560278d77724dcef2e3ab
-SIZE (hexter-0.5.9.tar.gz) = 435876
+MD5 (hexter-0.6.0.tar.gz) = ec5fda4d8e909cef55f70800813d8d36
+SHA256 (hexter-0.6.0.tar.gz) = c73a8fdff76d1c4785f53bc45c78b5ad234b2ea2feea22a2d04ffc96c82023da
+SIZE (hexter-0.6.0.tar.gz) = 460988
diff -ruN --exclude=CVS /usr/ports/audio/hexter/files/patch-configure /home/trasz/hexter/files/patch-configure
--- /usr/ports/audio/hexter/files/patch-configure	Wed Feb 14 11:44:19 2007
+++ /home/trasz/hexter/files/patch-configure	Mon Mar  5 12:13:14 2007
@@ -1,41 +1,5 @@
 --- configure.orig	Wed Jan 18 22:23:05 2006
 +++ configure	Wed Feb 14 07:51:19 2007
-@@ -7829,7 +7829,7 @@
-   ;;
- 
- freebsd*)
--  objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout`
-+  objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo elf`
-   version_type=freebsd-$objformat
-   case $version_type in
-     freebsd-elf*)
-@@ -11596,7 +11596,7 @@
-   ;;
- 
- freebsd*)
--  objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout`
-+  objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo elf`
-   version_type=freebsd-$objformat
-   case $version_type in
-     freebsd-elf*)
-@@ -14811,7 +14811,7 @@
-   ;;
- 
- freebsd*)
--  objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout`
-+  objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo elf`
-   version_type=freebsd-$objformat
-   case $version_type in
-     freebsd-elf*)
-@@ -17224,7 +17224,7 @@
-   ;;
- 
- freebsd*)
--  objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout`
-+  objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo elf`
-   version_type=freebsd-$objformat
-   case $version_type in
-     freebsd-elf*)
 @@ -20697,7 +20697,7 @@
  echo "GTK support: $with_gtk"
  
diff -ruN --exclude=CVS /usr/ports/audio/hexter/pkg-plist /home/trasz/hexter/pkg-plist
--- /usr/ports/audio/hexter/pkg-plist	Wed Jan 24 21:42:18 2007
+++ /home/trasz/hexter/pkg-plist	Mon Mar  5 12:13:18 2007
@@ -1,10 +1,10 @@
-lib/dssi/hexter.so
-lib/dssi/hexter.la
-lib/dssi/hexter/hexter_gtk
+lib/dssi/hexter6.so
+lib/dssi/hexter6.la
+lib/dssi/hexter6/hexter6_gtk
 %%DATADIR%%/dx7_roms.dx7
 %%DATADIR%%/fb01_roms_converted_12.dx7
 %%DATADIR%%/fb01_roms_converted_34.dx7
 %%DATADIR%%/fb01_roms_converted_5.dx7
 %%DATADIR%%/tx7_roms.dx7
 @dirrm %%DATADIR%%
-@dirrm lib/dssi/hexter
+@dirrm lib/dssi/hexter6
--- hexter-0.6.0.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Mon Mar 5 11:10:48 UTC 2007 
Responsible-Changed-Why:  
miwi@ wants this PRs 

http://www.freebsd.org/cgi/query-pr.cgi?pr=109915 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Wed Mar 7 08:57:28 UTC 2007 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=109915 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/109915: commit references a PR
Date: Wed,  7 Mar 2007 08:57:22 +0000 (UTC)

 miwi        2007-03-07 08:57:17 UTC
 
   FreeBSD ports repository
 
   Modified files:
     audio/hexter         Makefile distinfo pkg-plist 
     audio/hexter/files   patch-configure 
   Log:
   - Update to 0.6.0
   
   PR:             109915
   Submitted by:   trasz (Maintainer)
   
   Revision  Changes    Path
   1.2       +1 -1      ports/audio/hexter/Makefile
   1.2       +3 -3      ports/audio/hexter/distinfo
   1.3       +0 -36     ports/audio/hexter/files/patch-configure
   1.2       +4 -4      ports/audio/hexter/pkg-plist
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
