diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2012-02-11 05:30:07 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2012-02-11 05:30:07 +0800 |
commit | 6782e9bdbed697f0076907aba358211d239a9d6e (patch) | |
tree | 1cd7d60ae4504ba4679e5cca64ff746f45227fca /security | |
parent | 771808ca3acc331b529b86e29497edd65dd670e0 (diff) | |
download | freebsd-ports-graphics-6782e9bdbed697f0076907aba358211d239a9d6e.tar.gz freebsd-ports-graphics-6782e9bdbed697f0076907aba358211d239a9d6e.tar.zst freebsd-ports-graphics-6782e9bdbed697f0076907aba358211d239a9d6e.zip |
- Chase shlib bump for security/cracklib from .1 -> .10
Forgotten by: myself (pgollucci)
Reported by: pav via pointyhat
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-Crypt-Cracklib/Makefile | 1 | ||||
-rw-r--r-- | security/pecl-crack/Makefile | 2 | ||||
-rw-r--r-- | security/php4-crack/Makefile | 1 | ||||
-rw-r--r-- | security/py-crack/Makefile | 1 | ||||
-rw-r--r-- | security/ruby-password/Makefile | 2 |
5 files changed, 5 insertions, 2 deletions
diff --git a/security/p5-Crypt-Cracklib/Makefile b/security/p5-Crypt-Cracklib/Makefile index fcdeacb3814..52e237da10e 100644 --- a/security/p5-Crypt-Cracklib/Makefile +++ b/security/p5-Crypt-Cracklib/Makefile @@ -7,6 +7,7 @@ PORTNAME= Crypt-Cracklib PORTVERSION= 1.7 +PORTREVISION= 1 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff --git a/security/pecl-crack/Makefile b/security/pecl-crack/Makefile index ecb6374e751..7d9f4350dbe 100644 --- a/security/pecl-crack/Makefile +++ b/security/pecl-crack/Makefile @@ -7,7 +7,7 @@ PORTNAME= crack PORTVERSION= 0.4.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security www MASTER_SITES= http://www.osuweb.net/~ahaning/ PKGNAMEPREFIX= pecl- diff --git a/security/php4-crack/Makefile b/security/php4-crack/Makefile index fe00695cbd0..8932a18f359 100644 --- a/security/php4-crack/Makefile +++ b/security/php4-crack/Makefile @@ -5,6 +5,7 @@ # $FreeBSD$ # +PORTREVISION= 1 CATEGORIES= security MASTERDIR= ${.CURDIR}/../../lang/php4 diff --git a/security/py-crack/Makefile b/security/py-crack/Makefile index 277412ffa50..95758b1a51f 100644 --- a/security/py-crack/Makefile +++ b/security/py-crack/Makefile @@ -7,6 +7,7 @@ PORTNAME= pycrack PORTVERSION= 0.5.1 +PORTREVISION= 1 CATEGORIES= security python MASTER_SITES= ${MASTER_SITE_SAVANNAH} MASTER_SITE_SUBDIR= python-crack diff --git a/security/ruby-password/Makefile b/security/ruby-password/Makefile index f49eb10014b..be4b5d3ea1b 100644 --- a/security/ruby-password/Makefile +++ b/security/ruby-password/Makefile @@ -7,7 +7,7 @@ PORTNAME= password PORTVERSION= 0.5.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security ruby MASTER_SITES= http://www.caliban.org/files/ruby/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} |