svn commit: r523219 - head/devel/p5-VCS

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Jan 16 09:30:21 UTC 2020


Author: amdmi3
Date: Thu Jan 16 09:30:20 2020
New Revision: 523219
URL: https://svnweb.freebsd.org/changeset/ports/523219

Log:
  - Add LICENSE
  - Add NO_ARCH
  - Update WWW
  
  Approved by:	portmgr blanket

Modified:
  head/devel/p5-VCS/Makefile
  head/devel/p5-VCS/pkg-descr

Modified: head/devel/p5-VCS/Makefile
==============================================================================
--- head/devel/p5-VCS/Makefile	Thu Jan 16 09:29:00 2020	(r523218)
+++ head/devel/p5-VCS/Makefile	Thu Jan 16 09:30:20 2020	(r523219)
@@ -10,10 +10,14 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl at FreeBSD.org
 COMMENT=	Library for generic Version Control System access in Perl
 
+LICENSE=	ART10 GPLv1+
+LICENSE_COMB=	dual
+
 BUILD_DEPENDS=	${RUN_DEPENDS}
 RUN_DEPENDS=	p5-URI>=0:net/p5-URI
 
 USES=		perl5
 USE_PERL5=	configure
+NO_ARCH=	yes
 
 .include <bsd.port.mk>

Modified: head/devel/p5-VCS/pkg-descr
==============================================================================
--- head/devel/p5-VCS/pkg-descr	Thu Jan 16 09:29:00 2020	(r523218)
+++ head/devel/p5-VCS/pkg-descr	Thu Jan 16 09:30:20 2020	(r523219)
@@ -2,5 +2,5 @@
 from Perl code. This is achieved in a similar fashion to the `DBI'
 suite of modules. It comes with example CVS and RCS wrappers.
 
-WWW: http://www.astray.com/VCS/
+WWW: https://web.archive.org/web/20041224075034/http://astray.com:80/VCS/
 WWW: https://metacpan.org/release/VCS


More information about the svn-ports-all mailing list