Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Jun 2013 13:05:07 +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: r320682 - head/security/pecl-crack
Message-ID:  <201306121305.r5CD57jn097499@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@collaborativefusion.com>
-#
+# Created by: Bill Moran <wmoran@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@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



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