Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Jan 2011 03:21:35 GMT
From:      Glen Barber <gjb@FreeBSD.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/154010: [patch] mail/demime: fix MASTER_SITES
Message-ID:  <201101150321.p0F3LZ73088830@red.freebsd.org>
Resent-Message-ID: <201101150330.p0F3U7Hc066238@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         154010
>Category:       ports
>Synopsis:       [patch] mail/demime: fix MASTER_SITES
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jan 15 03:30:06 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Glen Barber
>Release:        8.2-PRERELEASE
>Organization:
>Environment:
>Description:
mail/demime: fix MASTER_SITES
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/mail/demime/Makefile,v
retrieving revision 1.18
diff -u -r1.18 Makefile
--- Makefile	4 Sep 2010 15:32:58 -0000	1.18
+++ Makefile	14 Jan 2011 19:05:11 -0000
@@ -9,9 +9,8 @@
 PORTVERSION=	1.1d
 PORTREVISION=	1
 CATEGORIES=	mail textproc
-MASTER_SITES=	http://freebsd.dev-urandom.com/distfiles/demime/ \
-		http://www.glenbarber.us/ports/mail/demime/
-DISTFILES=	${PORTNAME}.${PORTVERSION} demime_junkmail.cf
+MASTER_SITES=	http://www.glenbarber.us/ports/mail/${PORTNAME}/
+DISTFILES=	${PORTNAME}.${PORTVERSION} ${PORTNAME}_junkmail.cf
 
 MAINTAINER=	gjb@FreeBSD.org
 COMMENT=	A tool to scrub mime from mailing lists


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201101150321.p0F3LZ73088830>