ports/119758: [UPDATE] x11-fm/gprename
Martin Tournoij
carpetsmoker at xs4all.nl
Thu Jan 17 22:10:12 UTC 2008
The following reply was made to PR ports/119758; it has been noted by GNATS.
From: Martin Tournoij <carpetsmoker at xs4all.nl>
To: bug-followup at FreeBSD.org, lippemail at gmail.com
Cc:
Subject: Re: ports/119758: [UPDATE] x11-fm/gprename
Date: Thu, 17 Jan 2008 23:10:04 +0100
--pf9I7BMVVzbSWLtt
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Thank you for the PR Felippe.
A new patch is attached in this email:
- Replacing /usr/local with PREFIX is needed for people who have a
different prefix.
- CURDIR works for GNU make, but BSD make uses .CURDIR and doesn't
know about CURDIR (Your default make is GNU make..?).
- p5-Locale-gettext isn't needed, and p5-Glib is already a dependency
(Through Gtk2, and probably others).
- PREFIX/bin/perl should be used whenever possible, /usr/bin/perl is a
leftover from when perl was included in FreeBSD base and it will
probably be removed at some point in the future.
Regards,
Martin Tournoij
--pf9I7BMVVzbSWLtt
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="gprename.diff"
diff -urN --exclude CVS --exclude '*.test' /ports/x11-fm/gprename/Makefile ./Makefile
--- /ports/x11-fm/gprename/Makefile 2007-07-31 13:24:19.000000000 +0200
+++ ./Makefile 2008-01-17 23:03:03.000000000 +0100
@@ -2,21 +2,21 @@
# Date created: 2004-03-15
# Whom: trevor
#
-# $Carpetsmoker: ports/x11-fm/gprename/Makefile,v 1.6 2007/07/20 07:31:57 carpetsmoker Exp $
+# $Carpetsmoker: ports/x11-fm/gprename/Makefile,v 1.8 2007/11/18 11:10:39 carpetsmoker Exp $
# $FreeBSD: ports/x11-fm/gprename/Makefile,v 1.13 2007/07/31 11:24:19 arved Exp $
#
PORTNAME= gprename
-PORTVERSION= 2.4
+PORTVERSION= 2.5
PORTEPOCH= 1
CATEGORIES= x11-fm
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= ${PORTNAME}
+MASTER_SITES= SOURCEFORGE
MAINTAINER= carpetsmoker at xs4all.nl
COMMENT= Perl script for renaming multiple files
-RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Gtk2.pm:${PORTSDIR}/x11-toolkits/p5-Gtk2
+RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Gtk2.pm:${PORTSDIR}/x11-toolkits/p5-Gtk2 \
+ ${SITE_PERL}/${PERL_ARCH}/Locale/gettext.pm:${PORTSDIR}/devel/p5-Locale-gettext
USE_BZIP2= yes
USE_PERL5_RUN= yes
@@ -37,7 +37,7 @@
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/README ${WRKSRC}/COPYING ${DOCSDIR}
+ ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
.endif
.include <bsd.port.mk>
diff -urN --exclude CVS --exclude '*.test' /ports/x11-fm/gprename/distinfo ./distinfo
--- /ports/x11-fm/gprename/distinfo 2007-07-31 13:24:19.000000000 +0200
+++ ./distinfo 2007-11-14 08:08:30.000000000 +0100
@@ -1,3 +1,3 @@
-MD5 (gprename-2.4.tar.bz2) = fc8abed7a5bb141d20a123b448dc53a3
-SHA256 (gprename-2.4.tar.bz2) = 43c9ee724fc5b5ff4eff121e6e54f42c6f2892f6158a9ce2ccb8fc7995ab01ca
-SIZE (gprename-2.4.tar.bz2) = 47859
+MD5 (gprename-2.5.tar.bz2) = f3906c70ed3a24f4ade75c5787ecd969
+SHA256 (gprename-2.5.tar.bz2) = 54747ef7a099ee1bacab3cc2bfbe0866ae05118cda5c7f621077ac0d277783ab
+SIZE (gprename-2.5.tar.bz2) = 50278
diff -urN --exclude CVS --exclude '*.test' /ports/x11-fm/gprename/pkg-plist ./pkg-plist
--- /ports/x11-fm/gprename/pkg-plist 2007-07-31 13:24:19.000000000 +0200
+++ ./pkg-plist 2008-01-17 23:03:35.000000000 +0100
@@ -3,6 +3,7 @@
share/pixmaps/gprename/gprename.png
share/pixmaps/gprename/gprename_debian_menu_icon.xpm
share/pixmaps/gprename/gprename_nautilus-action.png
+share/locale/ca/LC_MESSAGES/gprename.mo
share/locale/de/LC_MESSAGES/gprename.mo
share/locale/es/LC_MESSAGES/gprename.mo
share/locale/fr/LC_MESSAGES/gprename.mo
--pf9I7BMVVzbSWLtt--
More information about the freebsd-ports-bugs
mailing list