svn commit: r548299 - head/mail/p5-Mail-SRS

Dmitry Marakasov amdmi3 at FreeBSD.org
Sat Sep 12 09:36:52 UTC 2020


Author: amdmi3
Date: Sat Sep 12 09:36:51 2020
New Revision: 548299
URL: https://svnweb.freebsd.org/changeset/ports/548299

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

Modified:
  head/mail/p5-Mail-SRS/Makefile
  head/mail/p5-Mail-SRS/pkg-descr

Modified: head/mail/p5-Mail-SRS/Makefile
==============================================================================
--- head/mail/p5-Mail-SRS/Makefile	Sat Sep 12 09:11:34 2020	(r548298)
+++ head/mail/p5-Mail-SRS/Makefile	Sat Sep 12 09:36:51 2020	(r548299)
@@ -11,11 +11,15 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl at FreeBSD.org
 COMMENT=	Sender Rewriting Scheme
 
+LICENSE=	ART10 GPLv1+
+LICENSE_COMB=	dual
+
 BUILD_DEPENDS=	${RUN_DEPENDS}
 RUN_DEPENDS=	p5-Digest-HMAC>=0:security/p5-Digest-HMAC \
 		p5-MLDBM>=0:databases/p5-MLDBM
 
 USES=		perl5
 USE_PERL5=	configure
+NO_ARCH=	yes
 
 .include <bsd.port.mk>

Modified: head/mail/p5-Mail-SRS/pkg-descr
==============================================================================
--- head/mail/p5-Mail-SRS/pkg-descr	Sat Sep 12 09:11:34 2020	(r548298)
+++ head/mail/p5-Mail-SRS/pkg-descr	Sat Sep 12 09:36:51 2020	(r548299)
@@ -1,3 +1,3 @@
 Mail::SRS provides an interface to the Sender Rewriting Scheme .
 
-WWW: http://www.anarres.org/projects/srs/
+WWW: https://www.anarres.org/projects/srs/


More information about the svn-ports-all mailing list