diff options
Diffstat (limited to 'security/swatch/Makefile')
-rw-r--r-- | security/swatch/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/security/swatch/Makefile b/security/swatch/Makefile index d3f7df55820a..31131a8afaae 100644 --- a/security/swatch/Makefile +++ b/security/swatch/Makefile @@ -6,8 +6,7 @@ # PORTNAME= swatch -PORTVERSION= 3.0.8 -PORTREVISION= 1 +PORTVERSION= 3.1.1 CATEGORIES= security sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= swatch @@ -17,13 +16,14 @@ COMMENT= The Simple WATCHer and filter BUILD_DEPENDS= ${BUILD_DEPENDS_56} \ ${SITE_PERL}/Date/Format.pm:${PORTSDIR}/devel/p5-TimeDate \ - ${SITE_PERL}/File/Tail.pm:${PORTSDIR}/devel/p5-File-Tail \ + ${SITE_PERL}/Date/Manip.pm:${PORTSDIR}/devel/p5-Date-Manip \ ${SITE_PERL}/${PERL_ARCH}/Date/Calc.pm:${PORTSDIR}/devel/p5-Date-Calc PERL_CONFIGURE= yes CONFIGURE_ARGS= INSTALLMAN1DIR=${PREFIX}/man/man1 -MAN1= swatch.1 swatch_oldrc2newrc.1 +MAN1= swatch.1 +MAN3= Swatch::Actions.3 Swatch::Throttle.3 .include <bsd.port.pre.mk> |