Date: Mon, 22 May 2006 14:33:18 +0200 From: "Martin Wilke" <freebsd@unixfreunde.de> To: "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org> Cc: dyeske@yahoo.com Subject: ports/97603: [patch] biology/lsysexp Message-ID: <1148301198.44884@mwilke.ath.cx> Resent-Message-ID: <200605221240.k4MCeMaW044103@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 97603 >Category: ports >Synopsis: [patch] biology/lsysexp >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon May 22 12:40:22 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Martin Wilke >Release: FreeBSD 7.0-CURRENT i386 >Organization: >Environment: System: FreeBSD 7.0-CURRENT #142: Thu May 18 07:57:01 CEST 2006 splash@mwilke.ath.cx:/usr/obj/usr/src/sys/BSDBOX >Description: - download mirror fix - maintainer is cc'd - fix pkg-plist >How-To-Repeat: >Fix: --- lsysexp.diff begins here --- diff -ruN /usr/ports/biology/lsysexp/Makefile ports/biology/lsysexp/Makefile --- /usr/ports/biology/lsysexp/Makefile Thu May 4 13:24:22 2006 +++ ports/biology/lsysexp/Makefile Mon May 22 11:03:04 2006 @@ -9,7 +9,7 @@ PORTVERSION= 0.67 PORTREVISION= 5 CATEGORIES= biology -MASTER_SITES= http://coscorrosa.com/programs/${PORTNAME}/download/ +MASTER_SITES= http://freebsd.unixfreunde.de/sources/ MAINTAINER= dyeske@yahoo.com COMMENT= A GTK based program for viewing and creating L-system fractals diff -ruN /usr/ports/biology/lsysexp/pkg-plist ports/biology/lsysexp/pkg-plist --- /usr/ports/biology/lsysexp/pkg-plist Wed Sep 3 04:23:23 2003 +++ ports/biology/lsysexp/pkg-plist Mon May 22 11:03:59 2006 @@ -1,30 +1,30 @@ bin/lsysexp -share/lsysexp/expand.pl -share/lsysexp/fractint2lsysexp.pl -share/lsysexp/lsysexp-help.html -share/lsysexp/icons/lsysexp-128x128.xpm -share/lsysexp/icons/lsysexp-64x64.xpm -share/lsysexp/icons/lsysexp-32x32.xpm -share/lsysexp/icons/lsysexp-16x16.xpm -share/lsysexp/icons/lsysexp-48x48.xpm -share/lsysexp/maps/Black-Red-Yellow.fmap -share/lsysexp/maps/Blue-Cyan.fmap -share/lsysexp/maps/Blue-Green.fmap -share/lsysexp/maps/Blue-Slate.fmap -share/lsysexp/maps/Blue-Yellow-Red.fmap -share/lsysexp/maps/Caribbean-Blues.fmap -share/lsysexp/maps/Cyan-Yellow.fmap -share/lsysexp/maps/Deep-Sea.fmap -share/lsysexp/maps/Full-Spectrum.fmap -share/lsysexp/maps/Golden.fmap -share/lsysexp/maps/Grayscale.fmap -share/lsysexp/maps/Greens.fmap -share/lsysexp/maps/Green-White-Red.fmap -share/lsysexp/maps/Pastel-Rainbow.fmap -share/lsysexp/maps/Red-White-Blue.fmap -share/lsysexp/maps/Red-Yellow.fmap -share/lsysexp/maps/Skyline.fmap -share/lsysexp/maps/Yellow-Purple.fmap -@dirrm share/lsysexp/icons -@dirrm share/lsysexp/maps -@dirrm share/lsysexp +%%DATADIR%%/expand.pl +%%DATADIR%%/fractint2lsysexp.pl +%%DATADIR%%/icons/lsysexp-128x128.xpm +%%DATADIR%%/icons/lsysexp-16x16.xpm +%%DATADIR%%/icons/lsysexp-32x32.xpm +%%DATADIR%%/icons/lsysexp-48x48.xpm +%%DATADIR%%/icons/lsysexp-64x64.xpm +%%DATADIR%%/lsysexp-help.html +%%DATADIR%%/maps/Black-Red-Yellow.fmap +%%DATADIR%%/maps/Blue-Cyan.fmap +%%DATADIR%%/maps/Blue-Green.fmap +%%DATADIR%%/maps/Blue-Slate.fmap +%%DATADIR%%/maps/Blue-Yellow-Red.fmap +%%DATADIR%%/maps/Caribbean-Blues.fmap +%%DATADIR%%/maps/Cyan-Yellow.fmap +%%DATADIR%%/maps/Deep-Sea.fmap +%%DATADIR%%/maps/Full-Spectrum.fmap +%%DATADIR%%/maps/Golden.fmap +%%DATADIR%%/maps/Grayscale.fmap +%%DATADIR%%/maps/Green-White-Red.fmap +%%DATADIR%%/maps/Greens.fmap +%%DATADIR%%/maps/Pastel-Rainbow.fmap +%%DATADIR%%/maps/Red-White-Blue.fmap +%%DATADIR%%/maps/Red-Yellow.fmap +%%DATADIR%%/maps/Skyline.fmap +%%DATADIR%%/maps/Yellow-Purple.fmap +@dirrm %%DATADIR%%/maps +@dirrm %%DATADIR%%/icons +@dirrm %%DATADIR%% --- lsysexp.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?1148301198.44884>