svn commit: r547413 - head/mail/postfinger

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


Author: lwhsu
Date: Thu Sep  3 05:37:13 2020
New Revision: 547413
URL: https://svnweb.freebsd.org/changeset/ports/547413

Log:
  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>

Modified:
  head/mail/postfinger/Makefile

Modified: head/mail/postfinger/Makefile
==============================================================================
--- head/mail/postfinger/Makefile	Thu Sep  3 05:20:55 2020	(r547412)
+++ head/mail/postfinger/Makefile	Thu Sep  3 05:37:13 2020	(r547413)
@@ -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