svn commit: r547414 - branches/2020Q3/mail/postfinger

Li-Wen Hsu lwhsu at FreeBSD.org
Thu Sep 3 05:40:36 UTC 2020


Author: lwhsu
Date: Thu Sep  3 05:40:36 2020
New Revision: 547414
URL: https://svnweb.freebsd.org/changeset/ports/547414

Log:
  MFH: r547413
  
  mail/postfinger: Fix fetch and add license information
  
  PR:		248983
  Submitted by:	Yasuhiro KIMURA <yasu at utahime.org>
  Approved by:	Andrew J. Caines <A.J.Caines at halplant.com>
  
  Approved by:	portmgr (blanket: fix fetch and sync metadata)

Modified:
  branches/2020Q3/mail/postfinger/Makefile
Directory Properties:
  branches/2020Q3/   (props changed)

Modified: branches/2020Q3/mail/postfinger/Makefile
==============================================================================
--- branches/2020Q3/mail/postfinger/Makefile	Thu Sep  3 05:37:13 2020	(r547413)
+++ branches/2020Q3/mail/postfinger/Makefile	Thu Sep  3 05:40:36 2020	(r547414)
@@ -4,12 +4,14 @@
 PORTNAME=	postfinger
 PORTVERSION=	1.30
 CATEGORIES=	mail
-MASTER_SITES=	ftp://ftp.wl0.org/ftp.wl0.org/postfinger/
+MASTER_SITES=	http://postfix.nunix.eu/postfinger/
 DISTFILES=	${DISTNAME} README
 DIST_SUBDIR=	${PORTNAME}
 
 MAINTAINER=	A.J.Caines at halplant.com
 COMMENT=	Postfix Configuration Summary Reporter
+
+LICENSE=	GPLv2+
 
 EXTRACT_CMD=		${CP}
 EXTRACT_BEFORE_ARGS=


More information about the svn-ports-all mailing list