diff options
author | knu <knu@FreeBSD.org> | 2003-07-29 14:43:17 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2003-07-29 14:43:17 +0800 |
commit | edb2088ab013ed68425bd656a64706062c5a428a (patch) | |
tree | 04e4d5476d4e305fe728c5dc3f204f0dd52c3926 /security | |
parent | 50399cde5be81a6f26063b846f68df7e298d4c1c (diff) | |
download | freebsd-ports-gnome-edb2088ab013ed68425bd656a64706062c5a428a.tar.gz freebsd-ports-gnome-edb2088ab013ed68425bd656a64706062c5a428a.tar.zst freebsd-ports-gnome-edb2088ab013ed68425bd656a64706062c5a428a.zip |
Update to 1.5.1.
Diffstat (limited to 'security')
-rw-r--r-- | security/ruby-pam/Makefile | 7 | ||||
-rw-r--r-- | security/ruby-pam/distinfo | 2 | ||||
-rw-r--r-- | security/ruby-pam/pkg-descr | 4 | ||||
-rw-r--r-- | security/ruby-pam/pkg-plist | 1 |
4 files changed, 7 insertions, 7 deletions
diff --git a/security/ruby-pam/Makefile b/security/ruby-pam/Makefile index 0fda51e878b2..6535618de010 100644 --- a/security/ruby-pam/Makefile +++ b/security/ruby-pam/Makefile @@ -6,9 +6,10 @@ # PORTNAME= pam -PORTVERSION= 1.4 +PORTVERSION= 1.5.1 CATEGORIES= security ruby -MASTER_SITES= http://kt-www.jaist.ac.jp/~ttate/ftp/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ruby-${PORTNAME} PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DISTNAME= ruby-${PORTNAME}-${PORTVERSION} DIST_SUBDIR= ruby @@ -21,7 +22,7 @@ USE_RUBY_EXTCONF= yes INSTALL_TARGET= site-install -DOCS_EN= ChangeLog README README.html +DOCS_EN= ChangeLog README post-install: .if !defined(NOPORTDOCS) diff --git a/security/ruby-pam/distinfo b/security/ruby-pam/distinfo index 7ddcbed0a511..94de3339ed9d 100644 --- a/security/ruby-pam/distinfo +++ b/security/ruby-pam/distinfo @@ -1 +1 @@ -MD5 (ruby/ruby-pam-1.4.tar.gz) = 9b4f01936ac24b20c173c8bb5546638b +MD5 (ruby/ruby-pam-1.5.1.tar.gz) = 308f935447bd5f7d0ecf0d08cf567072 diff --git a/security/ruby-pam/pkg-descr b/security/ruby-pam/pkg-descr index 0cb9e761a898..734d02fd154d 100644 --- a/security/ruby-pam/pkg-descr +++ b/security/ruby-pam/pkg-descr @@ -1,5 +1,5 @@ Ruby/PAM is a ruby extension module for accessing linux and solaris pam library. -WWW: http://kt-www.jaist.ac.jp/~ttate/lang/ruby/ruby-pam.html -Author: Takaaki Tateishi <ttate@jaist.ac.jp> +WWW: http://ruby-pam.sourceforge.net/ruby-pam.html +Author: Takaaki Tateishi <ttate@users.sourceforge.net> diff --git a/security/ruby-pam/pkg-plist b/security/ruby-pam/pkg-plist index 0e9fc472a6cf..6fe2207b05bd 100644 --- a/security/ruby-pam/pkg-plist +++ b/security/ruby-pam/pkg-plist @@ -5,5 +5,4 @@ %%PORTDOCS%%@dirrm %%RUBY_MODEXAMPLESDIR%% %%PORTDOCS%%%%RUBY_MODDOCDIR%%/ChangeLog %%PORTDOCS%%%%RUBY_MODDOCDIR%%/README -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/README.html %%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%% |