From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Apr 7 20:40:25 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BA03516A43C for ; Fri, 7 Apr 2006 20:40:25 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A32A43D5A for ; Fri, 7 Apr 2006 20:40:18 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k37KeHAq010294 for ; Fri, 7 Apr 2006 20:40:17 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k37KeHiG010293; Fri, 7 Apr 2006 20:40:17 GMT (envelope-from gnats) Resent-Date: Fri, 7 Apr 2006 20:40:17 GMT Resent-Message-Id: <200604072040.k37KeHiG010293@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Ion-Mihai "IOnut" Tetcu" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5A6B816A402 for ; Fri, 7 Apr 2006 20:35:35 +0000 (UTC) (envelope-from itetcu@people.tecnik93.com) Received: from it.buh.tecnik93.com (it.buh.tecnik93.com [81.196.204.98]) by mx1.FreeBSD.org (Postfix) with ESMTP id 88A5F43D7C for ; Fri, 7 Apr 2006 20:35:26 +0000 (GMT) (envelope-from itetcu@people.tecnik93.com) Received: from it.buh.tecnik93.com (localhost [127.0.0.1]) by it.buh.tecnik93.com (Postfix) with ESMTP id 6A6B61765C for ; Fri, 7 Apr 2006 23:35:24 +0300 (EEST) Message-Id: <1144442124.45249@it.buh.tecnik93.com> Date: Fri, 7 Apr 2006 23:35:24 +0300 From: "Ion-Mihai "IOnut" Tetcu" To: "FreeBSD gnats submit" X-Send-Pr-Version: gtk-send-pr 0.4.7 Cc: Subject: ports/95490: [MAINTAINER] mail/altermime: add MASTER_SITES, portlint X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Apr 2006 20:40:25 -0000 >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 # # $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: