* change to new header style * fix fetching and WWW * add LICENSE Fix: Patch attached with submission follows:
Maintainer of mail/nullpop, Please note that PR ports/180472 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/180472 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Responsible Changed From-To: freebsd-ports-bugs->wg I'll take it.
State Changed From-To: feedback->closed Committed. Thanks!
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@mail.ru> -# +# Created by: Pankov Pavel <pankov_p@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@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/ _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"