svn commit: r333829 - head/security/p5-Net-OpenID-Server
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Fri Nov 15 09:49:56 UTC 2013
Author: sunpoet
Date: Fri Nov 15 09:49:55 2013
New Revision: 333829
URL: http://svnweb.freebsd.org/changeset/ports/333829
Log:
- Add LICENSE
- Fix *_DEPENDS
- Bump PORTREVISION for dependency change
- Use CPAN as primary WWW
- Pass maintainership to perl
Modified:
head/security/p5-Net-OpenID-Server/Makefile
head/security/p5-Net-OpenID-Server/pkg-descr (contents, props changed)
Modified: head/security/p5-Net-OpenID-Server/Makefile
==============================================================================
--- head/security/p5-Net-OpenID-Server/Makefile Fri Nov 15 09:49:11 2013 (r333828)
+++ head/security/p5-Net-OpenID-Server/Makefile Fri Nov 15 09:49:55 2013 (r333829)
@@ -3,20 +3,23 @@
PORTNAME= Net-OpenID-Server
PORTVERSION= 1.09
+PORTREVISION= 1
CATEGORIES= security perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
-MAINTAINER= ports at FreeBSD.org
+MAINTAINER= perl at FreeBSD.org
COMMENT= Reference implementation of OpenID server
-BUILD_DEPENDS= p5-Crypt-DH>=0:${PORTSDIR}/security/p5-Crypt-DH \
- p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1 \
+LICENSE= ART10 GPLv1
+LICENSE_COMB= dual
+
+BUILD_DEPENDS= p5-Net-OpenID-Common>=1.11:${PORTSDIR}/security/p5-Net-OpenID-Common \
p5-URI>=0:${PORTSDIR}/net/p5-URI
RUN_DEPENDS:= ${BUILD_DEPENDS}
+INSTALL_TARGET= pure_install
USES= perl5
USE_PERL5= configure
-INSTALL_TARGET= pure_install
.include <bsd.port.mk>
Modified: head/security/p5-Net-OpenID-Server/pkg-descr
==============================================================================
--- head/security/p5-Net-OpenID-Server/pkg-descr Fri Nov 15 09:49:11 2013 (r333828)
+++ head/security/p5-Net-OpenID-Server/pkg-descr Fri Nov 15 09:49:55 2013 (r333829)
@@ -11,4 +11,5 @@ OpenID server, and they all work with ea
register with or pay anybody to "get started". An owner of a URL can
pick which OpenID server to use.
+WWW: http://search.cpan.org/dist/Net-OpenID-Server/
WWW: http://www.openid.net
More information about the svn-ports-head
mailing list