diff options
author | knu <knu@FreeBSD.org> | 2001-09-18 01:54:27 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2001-09-18 01:54:27 +0800 |
commit | c97509cb800059e3a20d77a1178ccb9bbd7a2375 (patch) | |
tree | 3e51ce5f99ffca747d541c38e82243437ced30d1 /security | |
parent | 5a47fa472a9af626731ae9d4f2b80581f7baf1df (diff) | |
download | freebsd-ports-gnome-c97509cb800059e3a20d77a1178ccb9bbd7a2375.tar.gz freebsd-ports-gnome-c97509cb800059e3a20d77a1178ccb9bbd7a2375.tar.zst freebsd-ports-gnome-c97509cb800059e3a20d77a1178ccb9bbd7a2375.zip |
Bump the PORTREVISION's of the ports which install architecture
dependent ruby modules, due to the RUBY_ARCH change I've just
committed.
Diffstat (limited to 'security')
-rw-r--r-- | security/ruby-blowfish/Makefile | 1 | ||||
-rw-r--r-- | security/ruby-mcrypt/Makefile | 1 | ||||
-rw-r--r-- | security/ruby-pam/Makefile | 1 | ||||
-rw-r--r-- | security/ruby-ssl/Makefile | 1 | ||||
-rw-r--r-- | security/ruby-tcpwrap/Makefile | 1 |
5 files changed, 5 insertions, 0 deletions
diff --git a/security/ruby-blowfish/Makefile b/security/ruby-blowfish/Makefile index 6f12719ebd4d..9b3d03768674 100644 --- a/security/ruby-blowfish/Makefile +++ b/security/ruby-blowfish/Makefile @@ -7,6 +7,7 @@ PORTNAME= blowfish PORTVERSION= 0.2 +PORTREVISION= 1 CATEGORIES= security ruby MASTER_SITES= http://www.rubylinks.de/download/ \ http://www.no.rubylinks.de/download/ \ diff --git a/security/ruby-mcrypt/Makefile b/security/ruby-mcrypt/Makefile index 57ab138284ff..f14983290cc9 100644 --- a/security/ruby-mcrypt/Makefile +++ b/security/ruby-mcrypt/Makefile @@ -7,6 +7,7 @@ PORTNAME= mcrypt PORTVERSION= 0.2 +PORTREVISION= 1 CATEGORIES= security ruby MASTER_SITES= http://www.rubylinks.de/download/ \ http://www.no.rubylinks.de/download/ \ diff --git a/security/ruby-pam/Makefile b/security/ruby-pam/Makefile index 5e55003b0803..eaf2549d3a17 100644 --- a/security/ruby-pam/Makefile +++ b/security/ruby-pam/Makefile @@ -7,6 +7,7 @@ PORTNAME= pam PORTVERSION= 1.3 +PORTREVISION= 1 CATEGORIES= security ruby MASTER_SITES= http://kt-www.jaist.ac.jp/~ttate/ftp/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} diff --git a/security/ruby-ssl/Makefile b/security/ruby-ssl/Makefile index ab43b21a5fec..f762aa9003f2 100644 --- a/security/ruby-ssl/Makefile +++ b/security/ruby-ssl/Makefile @@ -7,6 +7,7 @@ PORTNAME= ssl PORTVERSION= 0.3.2 +PORTREVISION= 1 CATEGORIES= security ruby MASTER_SITES= http://www.notwork.org/~gotoyuzo/ruby/src/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} diff --git a/security/ruby-tcpwrap/Makefile b/security/ruby-tcpwrap/Makefile index 3683f41d0bfb..ee501c185b7e 100644 --- a/security/ruby-tcpwrap/Makefile +++ b/security/ruby-tcpwrap/Makefile @@ -7,6 +7,7 @@ PORTNAME= tcpwrap PORTVERSION= 0.3 +PORTREVISION= 1 CATEGORIES= security ruby MASTER_SITES= http://www.shugo.net/archive/ruby-tcpwrap/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} |