svn commit: r471669 - head/net/p5-SOAP-Amazon-S3

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Jun 4 18:11:27 UTC 2018


Author: sunpoet
Date: Mon Jun  4 18:11:26 2018
New Revision: 471669
URL: https://svnweb.freebsd.org/changeset/ports/471669

Log:
  Use real PORTVERSION
  
  - Add LICENSE
  - Fix and update WWW

Modified:
  head/net/p5-SOAP-Amazon-S3/Makefile
  head/net/p5-SOAP-Amazon-S3/pkg-descr

Modified: head/net/p5-SOAP-Amazon-S3/Makefile
==============================================================================
--- head/net/p5-SOAP-Amazon-S3/Makefile	Mon Jun  4 18:11:21 2018	(r471668)
+++ head/net/p5-SOAP-Amazon-S3/Makefile	Mon Jun  4 18:11:26 2018	(r471669)
@@ -2,15 +2,16 @@
 # $FreeBSD$
 
 PORTNAME=	SOAP-Amazon-S3
-PORTVERSION=	0.040.1
-PORTREVISION=	2
+PORTVERSION=	0.0401
 CATEGORIES=	net perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
-DISTNAME=	${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E}
 
 MAINTAINER=	perl at FreeBSD.org
 COMMENT=	Module for interfacing with Amazon S3 through SOAP
+
+LICENSE=	ART10 GPLv1+
+LICENSE_COMB=	dual
 
 BUILD_DEPENDS=	p5-Digest-HMAC>=0:security/p5-Digest-HMAC \
 		p5-SOAP-MySOAP>=0:net/p5-SOAP-MySOAP \

Modified: head/net/p5-SOAP-Amazon-S3/pkg-descr
==============================================================================
--- head/net/p5-SOAP-Amazon-S3/pkg-descr	Mon Jun  4 18:11:21 2018	(r471668)
+++ head/net/p5-SOAP-Amazon-S3/pkg-descr	Mon Jun  4 18:11:26 2018	(r471669)
@@ -1,3 +1,3 @@
 An object-oriented interface to handle your Amazon S3 storage.
 
-WWW: http://search.cpan.org/dist/SOAP-Amazon-S3/
+WWW: https://metacpan.org/release/KARJALA/SOAP-Amazon-S3-0.0401


More information about the svn-ports-all mailing list