mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Add staging support, allow it as normal user
- Remove leading article from COMMENT - Fix perl shebangs, bump PORTREVISION - Use canonical name for patch
This commit is contained in:
parent
98bd39de0e
commit
baf91a8f1c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=356704
@ -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}/databases/p5-Mysql
|
||||
|
||||
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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user