From owner-freebsd-ports Sat Jun 8 13:20:18 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BDC3B37B40A for ; Sat, 8 Jun 2002 13:20:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g58KK1u51302; Sat, 8 Jun 2002 13:20:01 -0700 (PDT) (envelope-from gnats) Received: from guineapig.pil.dk (guineapig.pil.dk [193.162.142.153]) by hub.freebsd.org (Postfix) with ESMTP id B674C37B405 for ; Sat, 8 Jun 2002 13:10:36 -0700 (PDT) Received: from guineapig.pil.dk (guineapig.pil.dk [193.162.142.153]) by guineapig.pil.dk (8.12.3/8.12.2) with ESMTP id g58KAZsh071565 for ; Sat, 8 Jun 2002 22:10:36 +0200 (CEST) (envelope-from root@guineapig.pil.dk) Received: (from root@localhost) by guineapig.pil.dk (8.12.3/8.12.3/Submit) id g58KAZVS071564; Sat, 8 Jun 2002 22:10:35 +0200 (CEST) Message-Id: <200206082010.g58KAZVS071564@guineapig.pil.dk> Date: Sat, 8 Jun 2002 22:10:35 +0200 (CEST) From: Erwin Lansing Reply-To: Erwin Lansing To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/39042: mail/pflogsumm add ftp to master_sites Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 39042 >Category: ports >Synopsis: mail/pflogsumm add ftp to master_sites >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Jun 08 13:20:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Erwin Lansing >Release: FreeBSD 4.5-STABLE i386 >Organization: pil.dk >Environment: System: FreeBSD guineapig.pil.dk 4.5-STABLE FreeBSD 4.5-STABLE #9: Wed Apr 24 10:43:13 CEST 2002 root@prison.pil.dk:/usr/obj/usr/src/sys/PRISON i386 >Description: - add ftp to MASTER_SITES - minor INSTALL_ nit - assume maintainership >How-To-Repeat: >Fix: --- pflogsumm begins here --- diff -ruN pflogsumm.orig/Makefile pflogsumm/Makefile --- pflogsumm.orig/Makefile Fri May 31 01:02:39 2002 +++ pflogsumm/Makefile Sat Jun 8 22:03:07 2002 @@ -9,10 +9,11 @@ PORTVERSION= 1.0.3 PORTEPOCH= 1 CATEGORIES= mail -MASTER_SITES= http://jimsun.LinxNet.com/downloads/ +MASTER_SITES= http://jimsun.LinxNet.com/downloads/ \ + ftp://jimsun.LinxNet.com/pub/postfix_contrib/ EXTRACT_SUFX= .pl -MAINTAINER= ports@FreeBSD.org +MAINTAINER= erwin@lansing.dk RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Date/Calc.pm:${PORTSDIR}/devel/p5-Date-Calc @@ -24,7 +25,6 @@ USE_PERL5= yes do-install: - ${INSTALL_DATA} ${WRKSRC}/${DISTNAME}${EXTRACT_SUFX} ${PREFIX}/bin/${PORTNAME} - ${CHMOD} 0755 ${PREFIX}/bin/${PORTNAME} + ${INSTALL_SCRIPT} ${WRKSRC}/${DISTNAME}${EXTRACT_SUFX} ${PREFIX}/bin/${PORTNAME} .include --- pflogsumm ends here --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message