Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 Jul 2014 10:06:08 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r363563 - head/security/p5-Yahoo-BBAuth
Message-ID:  <201407311006.s6VA68uw097585@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Jul 31 10:06:07 2014
New Revision: 363563
URL: http://svnweb.freebsd.org/changeset/ports/363563
QAT: https://qat.redports.org/buildarchive/r363563/

Log:
  - Add LICENSE
  - Add BUILD_DEPENDS
  - Remove unnecessary MASTER_SITE_SUBDIR
  - Sort PLIST
  - Reformat pkg-descr and fix typo
  - Use single space after WWW:

Modified:
  head/security/p5-Yahoo-BBAuth/Makefile
  head/security/p5-Yahoo-BBAuth/pkg-descr
  head/security/p5-Yahoo-BBAuth/pkg-plist

Modified: head/security/p5-Yahoo-BBAuth/Makefile
==============================================================================
--- head/security/p5-Yahoo-BBAuth/Makefile	Thu Jul 31 10:06:01 2014	(r363562)
+++ head/security/p5-Yahoo-BBAuth/Makefile	Thu Jul 31 10:06:07 2014	(r363563)
@@ -5,23 +5,26 @@ PORTNAME=	Yahoo-BBAuth
 PORTVERSION=	0.50
 CATEGORIES=	security www perl5
 MASTER_SITES=	CPAN
-MASTER_SITE_SUBDIR=	Yahoo
 PKGNAMEPREFIX=	p5-
 
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Perl interface to the Yahoo! Browser-Based Authentication
 
-RUN_DEPENDS=	p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
+BUILD_DEPENDS=	p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \
 		p5-JSON>=0:${PORTSDIR}/converters/p5-JSON \
-		p5-libwww>=0:${PORTSDIR}/www/p5-libwww
+		p5-libwww>=5.6:${PORTSDIR}/www/p5-libwww
+RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-USES=		perl5 shebangfix
 USE_PERL5=	configure
+USES=		perl5 shebangfix
 
 SHEBANG_FILES=	eg/*.cgi
 
 post-install:
-	${MKDIR} ${STAGEDIR}${WWWDIR}/cgi-bin
-	${INSTALL_SCRIPT} ${WRKSRC}/eg/* ${STAGEDIR}${WWWDIR}/cgi-bin
+	${MKDIR} ${STAGEDIR}${WWWDIR}/cgi-bin/
+	${INSTALL_SCRIPT} ${WRKSRC}/eg/* ${STAGEDIR}${WWWDIR}/cgi-bin/
 
 .include <bsd.port.mk>

Modified: head/security/p5-Yahoo-BBAuth/pkg-descr
==============================================================================
--- head/security/p5-Yahoo-BBAuth/pkg-descr	Thu Jul 31 10:06:01 2014	(r363562)
+++ head/security/p5-Yahoo-BBAuth/pkg-descr	Thu Jul 31 10:06:07 2014	(r363563)
@@ -1,7 +1,7 @@
-This module priovides an Object Oriented interface for Yahoo!
-Browser-Based Authentication.
+This module provides an Object Oriented interface for Yahoo!  Browser-Based
+Authentication.
 
-This module is ported from the official PHP class which is located on
-this page: http://developer.yahoo.com/php
+This module is ported from the official PHP class which is located on this page:
+http://developer.yahoo.com/php
 
-WWW:	http://search.cpan.org/dist/Yahoo-BBAuth/
+WWW: http://search.cpan.org/dist/Yahoo-BBAuth/

Modified: head/security/p5-Yahoo-BBAuth/pkg-plist
==============================================================================
--- head/security/p5-Yahoo-BBAuth/pkg-plist	Thu Jul 31 10:06:01 2014	(r363562)
+++ head/security/p5-Yahoo-BBAuth/pkg-plist	Thu Jul 31 10:06:07 2014	(r363563)
@@ -1,10 +1,10 @@
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/Yahoo/BBAuth/.packlist
 %%SITE_PERL%%/Yahoo/BBAuth.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Yahoo/BBAuth/.packlist
+%%PERL5_MAN3%%/Yahoo::BBAuth.3.gz
 %%WWWDIR%%/cgi-bin/testMAIL.cgi
 %%WWWDIR%%/cgi-bin/testPHOTOS.cgi
-%%PERL5_MAN3%%/Yahoo::BBAuth.3.gz
-@dirrmtry %%WWWDIR%%/cgi-bin
-@dirrmtry %%WWWDIR%%
-@dirrmtry %%SITE_PERL%%/Yahoo
-@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Yahoo/BBAuth
+@dirrm %%WWWDIR%%/cgi-bin
+@dirrm %%WWWDIR%%
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Yahoo/BBAuth
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Yahoo
+@dirrmtry %%SITE_PERL%%/Yahoo



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407311006.s6VA68uw097585>