From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 8 23:40:17 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 E342416A405 for ; Mon, 8 May 2006 23:40:17 +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 6D08943D48 for ; Mon, 8 May 2006 23:40:17 +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 k48NeHDH059699 for ; Mon, 8 May 2006 23: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 k48NeHXP059698; Mon, 8 May 2006 23:40:17 GMT (envelope-from gnats) Resent-Date: Mon, 8 May 2006 23:40:17 GMT Resent-Message-Id: <200605082340.k48NeHXP059698@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, Shaun Amott Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CD28716A400 for ; Mon, 8 May 2006 23:39:03 +0000 (UTC) (envelope-from shaun@inerd.com) Received: from dione.picobyte.net (host-212-158-207-124.bulldogdsl.com [212.158.207.124]) by mx1.FreeBSD.org (Postfix) with SMTP id 20F7843D45 for ; Mon, 8 May 2006 23:39:02 +0000 (GMT) (envelope-from shaun@inerd.com) Received: from charon.picobyte.net (charon.picobyte.net [IPv6:2001:4bd0:201e::fe03]) by dione.picobyte.net (Postfix) with ESMTP for ; Tue, 9 May 2006 00:39:01 +0100 (BST) Message-Id: <1147131541.4904@charon.picobyte.net> Date: Tue, 9 May 2006 00:39:01 +0100 From: Shaun Amott To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/97001: security/altivore: Update MASTER_SITES -> fix fetch X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Shaun Amott List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 May 2006 23:40:18 -0000 >Number: 97001 >Category: ports >Synopsis: security/altivore: Update MASTER_SITES -> fix fetch >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon May 08 23:40:16 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Shaun Amott >Release: FreeBSD 6.1-PRERELEASE i386 >Organization: >Environment: >Description: - MASTER_SITE no longer has distfile. Relocate and add mirror. - Clean up port; make portlint(1) happy. >How-To-Repeat: >Fix: --- altivore.diff begins here --- diff -urN altivore.orig/Makefile altivore/Makefile --- altivore.orig/Makefile Mon Feb 20 21:52:03 2006 +++ altivore/Makefile Tue May 9 00:31:49 2006 @@ -8,7 +8,8 @@ PORTNAME= altivore PORTVERSION= 0.9.3 CATEGORIES= security -MASTER_SITES= http://samy.kerneled.org/stuff/ +MASTER_SITES= http://80.237.203.14/media/directory06/uploads/ \ + http://mirror.inerd.com/FreeBSD/distfiles/altivore/ DISTNAME= altivore EXTRACT_SUFX= .c @@ -18,9 +19,10 @@ RESTRICTED= License does not allow redistribution in any form\ (source, code or otherwise) +SUB_FILES= pkg-message + NO_WRKSUBDIR= yes NO_BUILD= yes -USE_REINPLACE= yes do-extract: @${MKDIR} ${WRKDIR} @@ -30,12 +32,8 @@ @${REINPLACE_CMD} -e "s/ //" ${WRKDIR}/${DISTFILES} do-install: - @${MKDIR} ${PREFIX}/share/examples/${PORTNAME} - @${INSTALL_DATA} ${WRKDIR}/${DISTFILES} \ - ${PREFIX}/share/examples/${PORTNAME} - @${INSTALL_DATA} ${PKGMESSAGE} \ - ${PREFIX}/share/examples/${PORTNAME}/README - - @${SED} -e "s!/usr/local/!${PREFIX}/!" ${PKGMESSAGE} + @${MKDIR} ${EXAMPLESDIR} + @${INSTALL_DATA} ${WRKDIR}/${DISTFILES} ${EXAMPLESDIR} + @${INSTALL_DATA} ${PKGMESSAGE} ${EXAMPLESDIR}/README .include diff -urN altivore.orig/files/pkg-message.in altivore/files/pkg-message.in --- altivore.orig/files/pkg-message.in Thu Jan 1 01:00:00 1970 +++ altivore/files/pkg-message.in Tue May 9 00:12:16 2006 @@ -0,0 +1,18 @@ +The license of this source code allows for both reading and +discussing. + +A copy of the altivore source code was installed as + +%%EXAMPLESDIR%%/altivore.c + +Compiling, or any other use, should be conducted after reading of +the source's license agreement. Read the source code, it contains +a copy of the license agreement. + +Or, after contacting the developer Network ICE Corporation +http://www.networkice.com/ + +If you are allowed to compile and use it, you should find the +following command useful: + +cc -o altivore altivore.c -lpcap -Ipcap diff -urN altivore.orig/pkg-message altivore/pkg-message --- altivore.orig/pkg-message Tue Oct 9 22:18:20 2001 +++ altivore/pkg-message Thu Jan 1 01:00:00 1970 @@ -1,18 +0,0 @@ -The license of this source code allows for both reading and -discussing. - -A copy of the altivore source code was installed as - -/usr/local/share/examples/altivore/altivore.c - -Compiling, or any other use, should be conducted after reading of -the source's license agreement. Read the source code, it contains -a copy of the license agreement. - -Or, after contacting the developer Network ICE Corporation -http://www.networkice.com/ - -If you are allowed to compile and use it, you should find the -following command useful: - -cc -o altivore altivore.c -lpcap -Ipcap diff -urN altivore.orig/pkg-plist altivore/pkg-plist --- altivore.orig/pkg-plist Tue Oct 9 22:24:53 2001 +++ altivore/pkg-plist Tue May 9 00:11:19 2006 @@ -1,3 +1,3 @@ -share/examples/altivore/README -share/examples/altivore/altivore.c -@dirrm share/examples/altivore +%%EXAMPLESDIR%%/README +%%EXAMPLESDIR%%/altivore.c +@dirrm %%EXAMPLESDIR%% --- altivore.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: