mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
- update to version 4.50
- use PERL_CONFIGURE (and the created Makefile) - rearrange Makefile (to please portlint) PR: 29351 Submitted by: Pete Fritchman <petef@databits.net>
This commit is contained in:
parent
e53cc61fc9
commit
40ecf93562
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=45675
3 changed files with 12 additions and 10 deletions
|
@ -6,26 +6,26 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= grepmail
|
PORTNAME= grepmail
|
||||||
PORTVERSION= 4.48
|
PORTVERSION= 4.50
|
||||||
CATEGORIES= mail
|
CATEGORIES= mail
|
||||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||||
|
|
||||||
|
MAINTAINER= jedgar@FreeBSD.org
|
||||||
|
|
||||||
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Date/Parse.pm:${PORTSDIR}/devel/p5-TimeDate
|
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Date/Parse.pm:${PORTSDIR}/devel/p5-TimeDate
|
||||||
RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Date/Parse.pm:${PORTSDIR}/devel/p5-TimeDate
|
RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Date/Parse.pm:${PORTSDIR}/devel/p5-TimeDate
|
||||||
|
|
||||||
MAINTAINER= jedgar@FreeBSD.org
|
PERL_CONFIGURE= yes
|
||||||
|
|
||||||
USE_PERL5= yes
|
USE_PERL5= yes
|
||||||
|
|
||||||
MAN1= grepmail.1
|
MAN1= grepmail.1
|
||||||
|
|
||||||
do-configure:
|
post-extract:
|
||||||
@${PERL} -pi.orig -e 's|_PERL_|${PERL}|' ${WRKSRC}/grepmail
|
# we don't want to build the FastReader module
|
||||||
@cd ${WRKSRC} && ${PERL} Makefile.PL
|
@${RM} -f ${WRKSRC}/FastReader/Makefile.PL
|
||||||
|
|
||||||
do-install:
|
post-patch:
|
||||||
${INSTALL_SCRIPT} ${WRKSRC}/grepmail ${PREFIX}/bin
|
@${PERL} -pi -e 's!<STDIN>!"n"!' ${WRKSRC}/Makefile.PL
|
||||||
${INSTALL_MAN} ${WRKSRC}/blib/man1/grepmail.1 ${MANPREFIX}/man/man1
|
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
MD5 (grepmail-4.48.tar.gz) = 139ed8ce0fc0fe3e247d663855303826
|
MD5 (grepmail-4.50.tar.gz) = 6d4df00c1b52a276d1d8955ba1ecefa1
|
||||||
|
|
|
@ -1 +1,3 @@
|
||||||
bin/grepmail
|
bin/grepmail
|
||||||
|
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/grepmail/.packlist
|
||||||
|
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/grepmail
|
||||||
|
|
Loading…
Add table
Reference in a new issue