Bug 174915 - [patch] mail/spamd: Fix Master sites
Summary: [patch] mail/spamd: Fix Master sites
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: Olli Hauer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-02 22:30 UTC by Brad Davis
Modified: 2013-01-02 23:40 UTC (History)
0 users

See Also:


Attachments
spamd.diff (454 bytes, patch)
2013-01-02 22:30 UTC, Brad Davis
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Brad Davis freebsd_committer freebsd_triage 2013-01-02 22:30:01 UTC
	Looks like Berlios was gobbled up by SF.net
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-01-02 22:30:50 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ohauer

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-01-02 23:36:52 UTC
Author: ohauer
Date: Wed Jan  2 23:36:43 2013
New Revision: 309849
URL: http://svnweb.freebsd.org/changeset/ports/309849

Log:
  - update MASTER_SITE
  - adopt new Makefile header
  
  PR:		174915
  Submitted by:	Brad Davis <brd@FreeBSD.org>

Modified:
  head/mail/spamd/Makefile   (contents, props changed)

Modified: head/mail/spamd/Makefile
==============================================================================
--- head/mail/spamd/Makefile	Wed Jan  2 23:15:32 2013	(r309848)
+++ head/mail/spamd/Makefile	Wed Jan  2 23:36:43 2013	(r309849)
@@ -1,15 +1,11 @@
-# New ports collection makefile for:    spamd
-# Date created:         04 April 2007
-# Whom:			Max Laier <max@love2party.net>
-#
+# Created by: Max Laier <max@love2party.net>
 # $FreeBSD$
-#
 
 PORTNAME=	spamd
 PORTVERSION=	4.9.1
 CATEGORIES=	mail
-MASTER_SITES=	BERLIOS
-MASTER_SITE_SUBDIR=freebsdspamd
+MASTER_SITES=	SF
+MASTER_SITE_SUBDIR=freebsdspamd.berlios
 
 MAINTAINER=	ohauer@FreeBSD.org
 COMMENT=	Traps spammers with a very slow smtp-login and return 4xx error
@@ -53,6 +49,8 @@ SUB_FILES=	pkg-install \
 SUB_LIST=	PREFIX=${PREFIX} \
 		${PLIST_SUB}
 
+.include <bsd.port.options.mk>
+
 pre-install:
 	@${SH} ${PKGINSTALL} ${DISTNAME} PRE-INSTALL
 
@@ -73,7 +71,7 @@ do-install:
 	@${INSTALL} -d ${ETCDIR}
 	@${INSTALL_DATA} -m 644 ${WRKSRC}/etc/spamd.conf ${ETCDIR}/spamd.conf.sample
 
-.if !defined(NOPORTDOCS)
+.if ${PORT_OPTIONS:MDOCS}
 	@${MKDIR} ${DOCSDIR}
 	@${INSTALL_DATA} ${WRKSRC}/doc/ipfw-spamd.txt ${DOCSDIR}/
 	@${INSTALL_DATA} ${WRKSRC}/doc/spamdb.txt ${DOCSDIR}/
_______________________________________________
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"
Comment 3 Olli Hauer freebsd_committer freebsd_triage 2013-01-02 23:37:08 UTC
State Changed
From-To: open->closed

Committed, thanks!