svn commit: r320683 - head/security/p5-Crypt-Cracklib
Sofian Brabez
sbz at FreeBSD.org
Wed Jun 12 13:25:26 UTC 2013
Author: sbz
Date: Wed Jun 12 13:25:26 2013
New Revision: 320683
URL: http://svnweb.freebsd.org/changeset/ports/320683
Log:
- Bump PORTREVISION after cracklib update
- Don't specify ABI number in LIB_DEPENDS
- Make portlint happy
Modified:
head/security/p5-Crypt-Cracklib/Makefile (contents, props changed)
Modified: head/security/p5-Crypt-Cracklib/Makefile
==============================================================================
--- head/security/p5-Crypt-Cracklib/Makefile Wed Jun 12 13:05:07 2013 (r320682)
+++ head/security/p5-Crypt-Cracklib/Makefile Wed Jun 12 13:25:26 2013 (r320683)
@@ -1,13 +1,9 @@
-# New ports collection makefile for: Crypt-Cracklib
-# Date created: Fri Jan 26 20:26:11 2001
-# Whom: will
-#
+# Whom: will
# $FreeBSD$
-#
PORTNAME= Crypt-Cracklib
PORTVERSION= 1.7
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= security perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -18,10 +14,10 @@ COMMENT= Perl interface to Alec Muffet's
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
-LIB_DEPENDS= crack.10:${PORTSDIR}/security/cracklib
-
BUILD_DEPENDS= p5-Pod-Coverage>=0.19:${PORTSDIR}/devel/p5-Pod-Coverage \
p5-Test-Pod-Coverage>=1.08:${PORTSDIR}/devel/p5-Test-Pod-Coverage
+LIB_DEPENDS= crack:${PORTSDIR}/security/cracklib
+
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
More information about the svn-ports-head
mailing list