svn commit: r320682 - head/security/pecl-crack

Sofian Brabez sbz at FreeBSD.org
Wed Jun 12 13:05:07 UTC 2013


Author: sbz
Date: Wed Jun 12 13:05:07 2013
New Revision: 320682
URL: http://svnweb.freebsd.org/changeset/ports/320682

Log:
  - Bump PORTREVISION after cracklib update
  - Don't specify ABI version number in LIB_DEPENDS

Modified:
  head/security/pecl-crack/Makefile   (contents, props changed)

Modified: head/security/pecl-crack/Makefile
==============================================================================
--- head/security/pecl-crack/Makefile	Wed Jun 12 13:05:01 2013	(r320681)
+++ head/security/pecl-crack/Makefile	Wed Jun 12 13:05:07 2013	(r320682)
@@ -1,13 +1,9 @@
-# Ports collection makefile for:  pecl-crack
-# Date created:			  07 March 2006
-# Whom:				  Bill Moran <wmoran at collaborativefusion.com>
-#
+# Created by: Bill Moran <wmoran at collaborativefusion.com>
 # $FreeBSD$
-#
 
 PORTNAME=	crack
 PORTVERSION=	0.4.1
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	security www
 MASTER_SITES=	http://www.osuweb.net/~ahaning/
 PKGNAMEPREFIX=	pecl-
@@ -17,7 +13,7 @@ DIST_SUBDIR=	PECL
 MAINTAINER=	wmoran at collaborativefusion.com
 COMMENT=	PECL extension to cracklib
 
-LIB_DEPENDS=	crack.10:${PORTSDIR}/security/cracklib
+LIB_DEPENDS=	crack:${PORTSDIR}/security/cracklib
 
 USE_PHP=	yes
 USE_PHPIZE=	yes


More information about the svn-ports-all mailing list