Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Sep 2019 09:32:52 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r511919 - head/mail/libsrs2
Message-ID:  <201909130932.x8D9Wq9Y037190@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Fri Sep 13 09:32:51 2019
New Revision: 511919
URL: https://svnweb.freebsd.org/changeset/ports/511919

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

Modified:
  head/mail/libsrs2/Makefile
  head/mail/libsrs2/pkg-descr

Modified: head/mail/libsrs2/Makefile
==============================================================================
--- head/mail/libsrs2/Makefile	Fri Sep 13 09:19:01 2019	(r511918)
+++ head/mail/libsrs2/Makefile	Fri Sep 13 09:32:51 2019	(r511919)
@@ -5,10 +5,15 @@ PORTNAME=	libsrs2
 PORTVERSION=	1.0.18
 PORTREVISION=	4
 CATEGORIES=	mail
-MASTER_SITES=	http://www.libsrs2.org/srs/
+MASTER_SITES=	https://www.libsrs2.org/srs/
 
 MAINTAINER=	pi@FreeBSD.org
 COMMENT=	Sender Rewriting Scheme 2 C Implementation
+
+LICENSE=	BSD3CLAUSE GPLv2
+LICENSE_COMB=	dual
+LICENSE_FILE_BSD3CLAUSE=${WRKSRC}/LICENSE.BSD
+LICENSE_FILE_GPLv2=	${WRKSRC}/LICENSE.GPL-2
 
 CONFLICTS=	p5-Mail-SRS*
 

Modified: head/mail/libsrs2/pkg-descr
==============================================================================
--- head/mail/libsrs2/pkg-descr	Fri Sep 13 09:19:01 2019	(r511918)
+++ head/mail/libsrs2/pkg-descr	Fri Sep 13 09:32:51 2019	(r511919)
@@ -1,4 +1,4 @@
 libsrs2 is the next generation SRS library from the original designer of SRS.
 It implements the Sender Rewriting Scheme, a part of the SPF/SRS protocol pair.
 
-WWW: http://www.libsrs2.org/
+WWW: https://www.libsrs2.org/



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