svn commit: r350574 - head/mail/p5-Sendmail-Milter

Baptiste Daroussin bapt at FreeBSD.org
Tue Apr 8 07:10:53 UTC 2014


Author: bapt
Date: Tue Apr  8 07:10:52 2014
New Revision: 350574
URL: http://svnweb.freebsd.org/changeset/ports/350574
QAT: https://qat.redports.org/buildarchive/r350574/

Log:
  Support stage
  Fix test for perl threads

Modified:
  head/mail/p5-Sendmail-Milter/Makefile
  head/mail/p5-Sendmail-Milter/pkg-plist

Modified: head/mail/p5-Sendmail-Milter/Makefile
==============================================================================
--- head/mail/p5-Sendmail-Milter/Makefile	Tue Apr  8 06:54:51 2014	(r350573)
+++ head/mail/p5-Sendmail-Milter/Makefile	Tue Apr  8 07:10:52 2014	(r350574)
@@ -13,14 +13,11 @@ COMMENT=	Module to write mail filters in
 USES=		perl5
 USE_PERL5=	configure
 
-MAN3=		Sendmail::Milter.3
-
-NO_STAGE=	yes
 .include <bsd.port.pre.mk>
 
 .if exists(${PERL5})
-PERLTHREADS!=	${PERL5} -V:usethreads | ${AWK} '/define/ { print "define"; exit } END { exit 1 }' || ${ECHO_CMD}
-.if ${PERLTHREADS} != "define"
+PERLTHREADS!=	${PERL} -V::usethreads
+.if ${PERLTHREADS} != "'define';"
 IGNORE=	requires perl to be built with -DWITH_THREADS
 .endif
 .else

Modified: head/mail/p5-Sendmail-Milter/pkg-plist
==============================================================================
--- head/mail/p5-Sendmail-Milter/pkg-plist	Tue Apr  8 06:54:51 2014	(r350573)
+++ head/mail/p5-Sendmail-Milter/pkg-plist	Tue Apr  8 07:10:52 2014	(r350574)
@@ -1,3 +1,4 @@
+%%PERL5_MAN3%%/Sendmail::Milter.3.gz
 %%SITE_PERL%%/%%PERL_ARCH%%/Sendmail/Milter.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/Sendmail/sample.pl
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Sendmail/Milter/.packlist


More information about the svn-ports-head mailing list