Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Apr 2006 23:35:24 +0300
From:      "Ion-Mihai "IOnut" Tetcu" <itetcu@people.tecnik93.com>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Subject:   ports/95490: [MAINTAINER]  mail/altermime: add MASTER_SITES, portlint
Message-ID:  <1144442124.45249@it.buh.tecnik93.com>
Resent-Message-ID: <200604072040.k37KeHiG010293@freefall.freebsd.org>

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

>Number:         95490
>Category:       ports
>Synopsis:       [MAINTAINER]  mail/altermime: add MASTER_SITES, portlint
>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:   Fri Apr 07 20:40:17 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Ion-Mihai "IOnut" Tetcu
>Release:        FreeBSD 6.1-PRERELEASE i386
>Organization:
Tecnik'93 
>Environment:


System: FreeBSD 6.1-PRERELEASE #2: Fri Mar 31 13:08:13 EEST 2006
    root@it.buh.tecnik93.com:/usr/obj/usr/src/sys/IT6_U_P



>Description:


Add two mastersites, first of which is generously provided by Joey Freeland.
portlint: drop USE_REINPLACE.

Prompted by:		fenner's distfile survey email.


>How-To-Repeat:





>Fix:


--- altermime.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/mail/altermime/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- Makefile	6 May 2005 08:01:13 -0000	1.2
+++ Makefile	7 Apr 2006 20:31:41 -0000
@@ -3,20 +3,20 @@
 # Whom:                Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com>
 #
 # $FreeBSD: ports/mail/altermime/Makefile,v 1.2 2005/05/06 08:01:13 thierry Exp $
+# $Tecnik: ports/mail/altermime/Makefile,v 1.4 2006/04/07 20:30:34 itetcu Exp $
 #
 
 PORTNAME=	altermime
 PORTVERSION=	0.3.6
 CATEGORIES=	mail textproc
-MASTER_SITES=	http://www.pldaniels.com/altermime/
+MASTER_SITES=	http://www.pldaniels.com/altermime/ \
+	http://sce-tindy.tecnik93.com//FreeBSD/ports/altermime/sources/ \
+	http://people.tecnik93.com/~itetcu//FreeBSD/ports/altermime/sources/
 
 MAINTAINER=	itetcu@people.tecnik93.com
 COMMENT=	Small C program which is used to alter your mime-encoded mailpacks
 
 PLIST_FILES=	bin/altermime
-
-USE_REINPLACE=	yes
-
 PORTDOCS=	CHANGELOG LICENCE README
 
 post-patch:
@@ -25,7 +25,7 @@
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
 .ifndef(NOPORTDOCS)
-	${MKDIR} ${DOCSDIR}
+	@${MKDIR} ${DOCSDIR}
 .for i in ${PORTDOCS}
 	${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
 .endfor
--- altermime.diff ends here ---



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



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