Bug 180472 - [patch] fix fetching for mail/nullpop
Summary: [patch] fix fetching for mail/nullpop
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: William Grzybowski
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-11 17:40 UTC by r4721@tormail.org
Modified: 2013-07-28 14:50 UTC (History)
0 users

See Also:


Attachments
file.diff (1.18 KB, patch)
2013-07-11 17:40 UTC, r4721@tormail.org
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description r4721@tormail.org 2013-07-11 17:40:00 UTC
* change to new header style
* fix fetching and WWW
* add LICENSE

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-07-11 17:40:07 UTC
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
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2013-07-11 17:40:08 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 William Grzybowski freebsd_committer freebsd_triage 2013-07-13 17:57:23 UTC
Responsible Changed
From-To: freebsd-ports-bugs->wg

I'll take it.
Comment 4 William Grzybowski freebsd_committer freebsd_triage 2013-07-28 14:40:33 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!
Comment 5 dfilter service freebsd_committer freebsd_triage 2013-07-28 14:40:39 UTC
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"