Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Jun 2021 07:13:20 GMT
From:      Nuno Teixeira <eduardo@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 227ea2a4958b - main - mail/phplist: update distinfo
Message-ID:  <202106100713.15A7DKBY045438@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by eduardo:

URL: https://cgit.FreeBSD.org/ports/commit/?id=227ea2a4958ba72284fdcf51647ddb34cf0936e7

commit 227ea2a4958ba72284fdcf51647ddb34cf0936e7
Author:     Krzysztof <ports@bsdserwis.com>
AuthorDate: 2021-06-10 07:09:03 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2021-06-10 07:09:03 +0000

    mail/phplist: update distinfo
    
    - pet portclippy
    - use DISTVERSION instead of PORTVERSION
    - bump PORTREVISION
    
    Tarball was repacked by upstream so the need of update distinfo
    
    Approved by:    dbaio, garga (mentors, implicit)
---
 mail/phplist/Makefile | 14 +++++++-------
 mail/phplist/distinfo |  6 +++---
 2 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/mail/phplist/Makefile b/mail/phplist/Makefile
index 84f4720637ff..bf8d7316715e 100644
--- a/mail/phplist/Makefile
+++ b/mail/phplist/Makefile
@@ -1,7 +1,8 @@
 # Created by: Nick Hilliard <nick@foobar.org>
 
 PORTNAME=	phplist
-PORTVERSION=	3.6.3
+DISTVERSION=	3.6.3
+PORTREVISION=	1
 CATEGORIES=	mail www
 MASTER_SITES=	SF
 PKGNAMESUFFIX=	${PHP_PKGNAMESUFFIX}
@@ -17,18 +18,17 @@ RUN_DEPENDS=	${PEARDIR}/HTTP/Request.php:www/pear-HTTP_Request@${PHP_FLAVOR}
 USES=		cpe tar:tgz php:web,flavors
 USE_PHP=	curl gd gettext hash iconv imap json mbstring mysqli pcre session xml zlib
 
-NO_BUILD=	yes
 NO_ARCH=	yes
+NO_BUILD=	yes
+SUB_FILES=	phplist
 
-PEARDIR?=	${LOCALBASE}/share/pear
-
+PLIST_SUB=	WWWOWN=${WWWOWN} \
+		WWWGRP=${WWWGRP}
 PORTDOCS=	CONTRIBUTING.md COPYING INSTALL PEOPLE README.md TODO UPGRADE VERSION
 
 OPTIONS_DEFINE=	DOCS
-SUB_FILES=	phplist
 
-PLIST_SUB=	WWWOWN=${WWWOWN} \
-		WWWGRP=${WWWGRP}
+PEARDIR?=	${LOCALBASE}/share/pear
 
 post-extract:
 	@${MV} ${WRKSRC}/public_html/lists/config/config.php ${WRKSRC}/public_html/lists/config/config.php.sample
diff --git a/mail/phplist/distinfo b/mail/phplist/distinfo
index 9ced7381fb25..c227a54ac171 100644
--- a/mail/phplist/distinfo
+++ b/mail/phplist/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1622554777
-SHA256 (phplist-3.6.3.tgz) = aef57e6b1d030fe8f4f3279f7e0630b28ebe6659c64b59559731ab74b2aa0584
-SIZE (phplist-3.6.3.tgz) = 22100154
+TIMESTAMP = 1623308395
+SHA256 (phplist-3.6.3.tgz) = d923f5f1da41ac92907f8ff3fab6b3dfc404cdbaff1338521673396edbb59fef
+SIZE (phplist-3.6.3.tgz) = 22098957



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