svn commit: r323828 - head/mail/nullpop
William Grzybowski
wg at FreeBSD.org
Sun Jul 28 13:40:26 UTC 2013
Author: wg
Date: Sun Jul 28 13:40:25 2013
New Revision: 323828
URL: http://svnweb.freebsd.org/changeset/ports/323828
Log:
mail/nullpop: fix fetch
- Fix distfile fetch, new upstream url
- Add LICENSE
- Trim Makefile header
PR: ports/180472
Submitted by: 4721 tormail.org
Approved by: maintainer (timeout)
Modified:
head/mail/nullpop/Makefile
head/mail/nullpop/pkg-descr
Modified: head/mail/nullpop/Makefile
==============================================================================
--- head/mail/nullpop/Makefile Sun Jul 28 13:32:04 2013 (r323827)
+++ head/mail/nullpop/Makefile Sun Jul 28 13:40:25 2013 (r323828)
@@ -1,17 +1,15 @@
-# New ports collection makefile for: nullpop
-# Date created: 2006-08-13
-# Whom: Pankov Pavel <pankov_p at mail.ru>
-#
+# Created by: Pankov Pavel <pankov_p at mail.ru>
# $FreeBSD$
-#
PORTNAME= nullpop
PORTVERSION= 0.3
CATEGORIES= mail
-MASTER_SITES= http://memberwebs.com/stef/software/nullpop/
+MASTER_SITES= http://thewalter.net/stef/software/nullpop/
MAINTAINER= pankov_p at mail.ru
-COMMENT= A POP3 server that allows logins, but never returns any email
+COMMENT= POP3 server that allows logins, but never returns any email
+
+LICENSE= GPLv2
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--libexecdir="${PREFIX}/bin"
Modified: head/mail/nullpop/pkg-descr
==============================================================================
--- head/mail/nullpop/pkg-descr Sun Jul 28 13:32:04 2013 (r323827)
+++ head/mail/nullpop/pkg-descr Sun Jul 28 13:40:25 2013 (r323828)
@@ -3,4 +3,4 @@ email. This is useful for certain setups
'account' setup in their mail client, but no real mail will ever
be received.
-WWW: http://memberwebs.com/nielsen/software/nullpop/
+WWW: http://thewalter.net/stef/software/nullpop/
More information about the svn-ports-head
mailing list