Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 May 2006 11:37:30 +0200 (CEST)
From:      Ganael LAPLANCHE <ganael.laplanche@martymac.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/98076: [PORT UPDATE] net/amule2 v2.1.2
Message-ID:  <200605290937.k4T9bUh6003398@martymac.com>
Resent-Message-ID: <200605290940.k4T9eH6b092137@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         98076
>Category:       ports
>Synopsis:       [PORT UPDATE] net/amule2 v2.1.2
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon May 29 09:40:16 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Ganael LAPLANCHE
>Release:        FreeBSD 5.4-STABLE amd64
>Organization:
http://contribs.martymac.com
>Environment:
System: FreeBSD www.martymac.com FreeBSD 5.4-STABLE


>Description:
		This patch updates aMule2 port to v2.1.2

>How-To-Repeat:
>Fix:


--------------- Patch starts here ---------------
diff -aur amule2.orig/Makefile amule2/Makefile
--- amule2.orig/Makefile	Sun May 28 18:32:27 2006
+++ amule2/Makefile	Sun May 28 19:53:47 2006
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	aMule
-PORTVERSION=	2.1.1
+PORTVERSION=	2.1.2
 CATEGORIES=	net-p2p
 #MASTER_SITES=	http://download.berlios.de/amule/
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
@@ -27,6 +27,7 @@
 USE_X_PREFIX=	yes
 USE_GNOME=	gnomehier gnomehack gnomeprefix
 USE_GMAKE=	yes
+USE_GETTEXT=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
 CONFIGURE_ARGS=	--disable-debug \
@@ -123,20 +124,20 @@
 # fr manpages are still incomplete and can't be managed
 # by MANLANG. Will be done when pages are complete.
 .if defined(WITH_AMULECMD)
-	${GZIP_CMD} ${PREFIX}/man/fr/man1/amulecmd.1
+	${GZIP_CMD} ${PREFIX}/share/man/fr/man1/amulecmd.1
 .endif
 .if defined(WITH_AMULEWEBSRV)
-	${GZIP_CMD} ${PREFIX}/man/fr/man1/amuleweb.1
+	${GZIP_CMD} ${PREFIX}/share/man/fr/man1/amuleweb.1
 .endif
-	${GZIP_CMD} ${PREFIX}/man/fr/man1/amule.1
+	${GZIP_CMD} ${PREFIX}/share/man/fr/man1/amule.1
 .if defined(WITH_AMULEDAEMON)
-	${GZIP_CMD} ${PREFIX}/man/fr/man1/amuled.1
+	${GZIP_CMD} ${PREFIX}/share/man/fr/man1/amuled.1
 .endif
 .if defined(WITH_ED2K)
-	${GZIP_CMD} ${PREFIX}/man/fr/man1/ed2k.1
+	${GZIP_CMD} ${PREFIX}/share/man/fr/man1/ed2k.1
 .endif
 .if defined(WITH_ALC)
-	${GZIP_CMD} ${PREFIX}/man/fr/man1/alcc.1
+	${GZIP_CMD} ${PREFIX}/share/man/fr/man1/alcc.1
 .endif
 
 .include <bsd.port.post.mk>
diff -aur amule2.orig/Makefile.man amule2/Makefile.man
--- amule2.orig/Makefile.man	Sun May 28 18:32:27 2006
+++ amule2/Makefile.man	Sun May 28 19:44:26 2006
@@ -1,6 +1,7 @@
 # TODO : Add fr here when pages are complete
 MANLANG=	"" de es hu
 MANCOMPRESSED=	no
+MANPREFIX=	${PREFIX}/share
 .if defined(WITH_CAS)
 MAN1+=	cas.1
 MAN1+=	wxcas.1
diff -aur amule2.orig/distinfo amule2/distinfo
--- amule2.orig/distinfo	Sun May 28 18:32:27 2006
+++ amule2/distinfo	Sun May 28 18:34:00 2006
@@ -1,3 +1,3 @@
-MD5 (aMule-2.1.1.tar.bz2) = a25521d358f65ae45744ee0099922069
-SHA256 (aMule-2.1.1.tar.bz2) = c675c7b1d97b14b410747af5d91185ec5f0cc55d8cfbd77b4525d47ef8756ea6
-SIZE (aMule-2.1.1.tar.bz2) = 3263428
+MD5 (aMule-2.1.2.tar.bz2) = c7629f6d33bc15b50c882323163e728a
+SHA256 (aMule-2.1.2.tar.bz2) = f6cabf305cff69c689b8bf36d9e0cfba2f381be2f5183497528b4e3d8e39ffc5
+SIZE (aMule-2.1.2.tar.bz2) = 3239957
diff -aur amule2.orig/pkg-plist amule2/pkg-plist
--- amule2.orig/pkg-plist	Sun May 28 18:32:27 2006
+++ amule2/pkg-plist	Sun May 28 19:49:26 2006
@@ -1,9 +1,9 @@
-%%PL_ALC%%man/fr/man1/alcc.1.gz
-%%PL_AMULEWEBSRV%%man/fr/man1/amuleweb.1.gz
-%%PL_AMULECMD%%man/fr/man1/amulecmd.1.gz
-%%PL_ED2K%%man/fr/man1/ed2k.1.gz
-%%PL_AMULEDAEMON%%man/fr/man1/amuled.1.gz
-man/fr/man1/amule.1.gz
+%%PL_ALC%%share/man/fr/man1/alcc.1.gz
+%%PL_AMULEWEBSRV%%share/man/fr/man1/amuleweb.1.gz
+%%PL_AMULECMD%%share/man/fr/man1/amulecmd.1.gz
+%%PL_ED2K%%share/man/fr/man1/ed2k.1.gz
+%%PL_AMULEDAEMON%%share/man/fr/man1/amuled.1.gz
+share/man/fr/man1/amule.1.gz
 share/locale/en_GB/LC_MESSAGES/amule.mo
 share/locale/en_US/LC_MESSAGES/amule.mo
 share/locale/es/LC_MESSAGES/amule.mo
@@ -39,19 +39,19 @@
 @dirrmtry share/locale/it_CH
 @dirrmtry share/locale/ko_KR/LC_MESSAGES
 @dirrmtry share/locale/ko_KR
-share/gnome/doc/aMule-2.1.1/ABOUT-NLS
-share/gnome/doc/aMule-2.1.1/amulesig.txt
-share/gnome/doc/aMule-2.1.1/amule-win32.HOWTO.txt
-share/gnome/doc/aMule-2.1.1/Changelog
-share/gnome/doc/aMule-2.1.1/Doxyfile
-share/gnome/doc/aMule-2.1.1/ED2K-Links.HOWTO
-share/gnome/doc/aMule-2.1.1/INSTALL
-share/gnome/doc/aMule-2.1.1/license.txt
-share/gnome/doc/aMule-2.1.1/README
-share/gnome/doc/aMule-2.1.1/TODO
-share/gnome/doc/aMule-2.1.1/EC_Protocol.txt
-share/gnome/doc/aMule-2.1.1/socks4.protocol
-@dirrmtry share/gnome/doc/aMule-2.1.1
+share/gnome/doc/aMule-2.1.2/ABOUT-NLS
+share/gnome/doc/aMule-2.1.2/amulesig.txt
+share/gnome/doc/aMule-2.1.2/amule-win32.HOWTO.txt
+share/gnome/doc/aMule-2.1.2/Changelog
+share/gnome/doc/aMule-2.1.2/Doxyfile
+share/gnome/doc/aMule-2.1.2/ED2K-Links.HOWTO
+share/gnome/doc/aMule-2.1.2/INSTALL
+share/gnome/doc/aMule-2.1.2/license.txt
+share/gnome/doc/aMule-2.1.2/README
+share/gnome/doc/aMule-2.1.2/TODO
+share/gnome/doc/aMule-2.1.2/EC_Protocol.txt
+share/gnome/doc/aMule-2.1.2/socks4.protocol
+@dirrmtry share/gnome/doc/aMule-2.1.2
 @dirrmtry share/gnome/doc
 %%PL_CAS%%share/gnome/cas/tmp.html
 %%PL_CAS%%share/gnome/cas/stat.png
@@ -111,7 +111,7 @@
 %%PL_AMULEWEBSRV%%share/gnome/amule/webserver/default/shared.php
 %%PL_AMULEWEBSRV%%share/gnome/amule/webserver/default/stat_graphs.php
 %%PL_AMULEWEBSRV%%share/gnome/amule/webserver/default/stat_tree.php
-%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/default/login.html
+%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/default/login.php
 %%PL_AMULEWEBSRV%%share/gnome/amule/webserver/default/index.php
 %%PL_AMULEWEBSRV%%share/gnome/amule/webserver/php-default/amuleweb-main-dload.php
 %%PL_AMULEWEBSRV%%share/gnome/amule/webserver/php-default/amuleweb-main-search.php
@@ -124,7 +124,7 @@
 %%PL_AMULEWEBSRV%%share/gnome/amule/webserver/php-default/stats_tree.php
 %%PL_AMULEWEBSRV%%share/gnome/amule/webserver/php-default/top.html
 %%PL_AMULEWEBSRV%%share/gnome/amule/webserver/php-default/footer.php
-%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/php-default/login.html
+%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/php-default/login.php
 %%PL_AMULEWEBSRV%%share/gnome/amule/webserver/php-default/tree-open.gif
 %%PL_AMULEWEBSRV%%share/gnome/amule/webserver/php-default/tree-closed.gif
 %%PL_AMULEWEBSRV%%share/gnome/amule/webserver/php-default/tree-leaf.gif
@@ -221,7 +221,7 @@
 %%PL_AMULEWEBSRV%%share/gnome/amule/webserver/chicane/shared.php
 %%PL_AMULEWEBSRV%%share/gnome/amule/webserver/chicane/stat_graphs.php
 %%PL_AMULEWEBSRV%%share/gnome/amule/webserver/chicane/stat_tree.php
-%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/chicane/login.html
+%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/chicane/login.php
 %%PL_AMULEWEBSRV%%share/gnome/amule/webserver/chicane/index.php
 %%PL_AMULEWEBSRV%%@dirrmtry share/gnome/amule/webserver/default
 %%PL_AMULEWEBSRV%%@dirrmtry share/gnome/amule/webserver/php-default
--------------- Patch ends here ---------------
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200605290937.k4T9bUh6003398>