Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Jun 2018 18:11:26 +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: r471669 - head/net/p5-SOAP-Amazon-S3
Message-ID:  <201806041811.w54IBQnU073901@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



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