diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2012-02-10 21:30:07 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2012-02-10 21:30:07 +0000 |
commit | 49592eb51256683bbd1e712d9818fb06da09b400 (patch) | |
tree | 8a5863b1d89efecf662b2db29ffcfc56741bca12 /security | |
parent | e06e0ee7375a033cabe5970aa3e9fc76b6211ca8 (diff) | |
download | ports-49592eb51256683bbd1e712d9818fb06da09b400.tar.gz ports-49592eb51256683bbd1e712d9818fb06da09b400.zip |
Notes
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 fcdeacb3814e..52e237da10ec 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 ecb6374e7512..7d9f4350dbe4 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 fe00695cbd09..8932a18f3593 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 277412ffa50c..95758b1a51fe 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 f49eb10014b7..be4b5d3ea1be 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} |