Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Jun 2013 13:25:26 +0000 (UTC)
From:      Sofian Brabez <sbz@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r320683 - head/security/p5-Crypt-Cracklib
Message-ID:  <201306121325.r5CDPQSN004190@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306121325.r5CDPQSN004190>