Index: head/security/ruby-pam/Makefile =================================================================== --- head/security/ruby-pam/Makefile (revision 85824) +++ head/security/ruby-pam/Makefile (revision 85825) @@ -1,36 +1,37 @@ # New ports collection makefile for: Ruby/PAM # Date created: 29 May 2001 # Whom: Akinori MUSHA aka knu # # $FreeBSD$ # 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 MAINTAINER= knu@FreeBSD.org COMMENT= Ruby extension to use PAM library USE_RUBY= yes USE_RUBY_EXTCONF= yes INSTALL_TARGET= site-install -DOCS_EN= ChangeLog README README.html +DOCS_EN= ChangeLog README post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${RUBY_MODDOCDIR} .for f in ${DOCS_EN} ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/ .endfor ${MKDIR} ${RUBY_MODEXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/test/* ${RUBY_MODEXAMPLESDIR}/ .endif .include Property changes on: head/security/ruby-pam/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property Index: head/security/ruby-pam/distinfo =================================================================== --- head/security/ruby-pam/distinfo (revision 85824) +++ head/security/ruby-pam/distinfo (revision 85825) @@ -1 +1 @@ -MD5 (ruby/ruby-pam-1.4.tar.gz) = 9b4f01936ac24b20c173c8bb5546638b +MD5 (ruby/ruby-pam-1.5.1.tar.gz) = 308f935447bd5f7d0ecf0d08cf567072 Property changes on: head/security/ruby-pam/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/security/ruby-pam/pkg-descr =================================================================== --- head/security/ruby-pam/pkg-descr (revision 85824) +++ head/security/ruby-pam/pkg-descr (revision 85825) @@ -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 +WWW: http://ruby-pam.sourceforge.net/ruby-pam.html +Author: Takaaki Tateishi Property changes on: head/security/ruby-pam/pkg-descr ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/security/ruby-pam/pkg-plist =================================================================== --- head/security/ruby-pam/pkg-plist (revision 85824) +++ head/security/ruby-pam/pkg-plist (revision 85825) @@ -1,9 +1,8 @@ %%RUBY_SITEARCHLIBDIR%%/pam.so %%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/check_conv.rb %%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/check_get_item.rb %%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/check_user.rb %%PORTDOCS%%@dirrm %%RUBY_MODEXAMPLESDIR%% %%PORTDOCS%%%%RUBY_MODDOCDIR%%/ChangeLog %%PORTDOCS%%%%RUBY_MODDOCDIR%%/README -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/README.html %%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%% Property changes on: head/security/ruby-pam/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property