svn commit: r356704 - in head/mail/pronto: . files
Pawel Pekala
pawel at FreeBSD.org
Thu Jun 5 20:37:21 UTC 2014
Author: pawel
Date: Thu Jun 5 20:37:20 2014
New Revision: 356704
URL: http://svnweb.freebsd.org/changeset/ports/356704
QAT: https://qat.redports.org/buildarchive/r356704/
Log:
- Add staging support, allow it as normal user
- Remove leading article from COMMENT
- Fix perl shebangs, bump PORTREVISION
- Use canonical name for patch
Added:
head/mail/pronto/files/patch-Makefile
- copied unchanged from r356635, head/mail/pronto/files/patch-aa
Deleted:
head/mail/pronto/files/patch-aa
Modified:
head/mail/pronto/Makefile
head/mail/pronto/pkg-plist
Modified: head/mail/pronto/Makefile
==============================================================================
--- head/mail/pronto/Makefile Thu Jun 5 20:33:22 2014 (r356703)
+++ head/mail/pronto/Makefile Thu Jun 5 20:37:20 2014 (r356704)
@@ -3,12 +3,12 @@
PORTNAME= pronto
PORTVERSION= 2.4.0
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= mail perl5
MASTER_SITES= http://muhri.net/pronto/
MAINTAINER= ports at FreeBSD.org
-COMMENT= A Mail Client for Gnome/Gtk written in Perl
+COMMENT= Mail client for Gnome/Gtk written in Perl
BUILD_DEPENDS=\
p5-Gtk>=0:${PORTSDIR}/x11-toolkits/p5-Gtk \
@@ -28,10 +28,14 @@ BUILD_DEPENDS+= p5-Mysql>=0:${PORTSDIR}/
RUN_DEPENDS:= ${BUILD_DEPENDS}
-USES= perl5
+USES= perl5 shebangfix
+SHEBANG_FILES= cpronto.pl pronto pronto-main prontobrowser prontolock \
+ prontosend prontoget
-NO_STAGE= yes
post-patch:
+ @${REINPLACE_CMD} -E -e 's,(BIN|LIB)DIR),DESTDIR)$$(&,g' \
+ -e 's,-o root -g mail,,' \
+ ${WRKSRC}/Makefile
@${FIND} ${WRKSRC} -type f | ${XARGS} ${REINPLACE_CMD} -e \
's,/usr/local,${PREFIX},g' ${WRKSRC}/Makefile
@${FIND} ${WRKSRC} -name "*".bak | ${XARGS} ${RM} -f
Copied: head/mail/pronto/files/patch-Makefile (from r356635, head/mail/pronto/files/patch-aa)
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/mail/pronto/files/patch-Makefile Thu Jun 5 20:37:20 2014 (r356704, copy of r356635, head/mail/pronto/files/patch-aa)
@@ -0,0 +1,14 @@
+--- Makefile Mon Jan 8 13:26:26 2001
++++ ../pronto-2.2.3/Makefile Thu Mar 15 06:37:45 2001
+@@ -16,9 +16,9 @@
+
+ CPANBUILD = ~/.cpan/build
+
+-CVSROOT=':pserver:anonymous at cvs.muhri.net:/home/cvsroot'
++#CVSROOT=':pserver:anonymous at cvs.muhri.net:/home/cvsroot'
+
+-export CVSROOT
++#export CVSROOT
+
+ all:
+
Modified: head/mail/pronto/pkg-plist
==============================================================================
--- head/mail/pronto/pkg-plist Thu Jun 5 20:33:22 2014 (r356703)
+++ head/mail/pronto/pkg-plist Thu Jun 5 20:37:20 2014 (r356704)
@@ -3,7 +3,9 @@ bin/pronto
bin/pronto-main
bin/prontobrowser
bin/prontoget
+ at group mail
bin/prontolock
+ at group
bin/prontosend
lib/pronto/HtmlStripper.pm
lib/pronto/Pronto/About.pm
More information about the svn-ports-all
mailing list