Date: Thu, 5 Jun 2014 20:37:20 +0000 (UTC) From: Pawel Pekala <pawel@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r356704 - in head/mail/pronto: . files Message-ID: <201406052037.s55KbK1w069544@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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@cvs.muhri.net:/home/cvsroot' ++#CVSROOT=':pserver:anonymous@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 +@group mail bin/prontolock +@group bin/prontosend lib/pronto/HtmlStripper.pm lib/pronto/Pronto/About.pm
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406052037.s55KbK1w069544>