Date: Thu, 29 Jan 2004 11:29:25 +0100 (CET) From: Thomas Ugland <spam@nowhere.net> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/62071: Out of date, update required Message-ID: <200401291029.i0TATPhS049833@galadriel.lothlorien.no> Resent-Message-ID: <200401291640.i0TGeKkK005574@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 62071 >Category: ports >Synopsis: Out of date, update required >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: Thu Jan 29 08:40:19 PST 2004 >Closed-Date: >Last-Modified: >Originator: Thomas Ugland >Release: FreeBSD 5.2-CURRENT i386 >Organization: >Environment: System: FreeBSD galadriel.lothlorien.no 5.2-CURRENT FreeBSD 5.2-CURRENT #0: Fri Jan 9 17:36:03 CET 2004 root@galadriel.lothlorien.no:/usr/obj/usr/src/sys/GALADRIEL i386 >Description: >How-To-Repeat: >Fix: diff -Nru ports/www/igal.orig/Makefile ports/www/igal/Makefile --- ports/www/igal.orig/Makefile Sun May 11 18:40:38 2003 +++ ports/www/igal/Makefile Thu Jan 29 11:27:08 2004 @@ -6,7 +6,7 @@ # PORTNAME= igal -PORTVERSION= 1.3 +PORTVERSION= 1.4 CATEGORIES= www graphics MASTER_SITES= http://www.stanford.edu/~epop/igal/ \ http://planetmirror.com/pub/igal/ diff -Nru ports/www/igal.orig/distinfo ports/www/igal/distinfo --- ports/www/igal.orig/distinfo Sun May 11 18:40:38 2003 +++ ports/www/igal/distinfo Thu Jan 29 11:27:08 2004 @@ -1 +1 @@ -MD5 (igal-1.3.tar.gz) = dceec90c328e76889b3b741fbeeb1309 +MD5 (igal-1.4.tar.gz) = 49f1b27229e80a7719a9378afa0981a3 diff -Nru ports/www/igal.orig/files/patch-Makefile ports/www/igal/files/patch-Makefile --- ports/www/igal.orig/files/patch-Makefile Sun May 11 18:40:38 2003 +++ ports/www/igal/files/patch-Makefile Thu Jan 29 11:27:08 2004 @@ -1,23 +1,15 @@ -*** Makefile.orig Mon Sep 3 19:26:32 2001 ---- Makefile Wed Aug 14 17:27:24 2002 -*************** -*** 12,19 **** - rm -f $(BINDIR)/igal - rm -f $(MANDIR)/igal.1 - - install:: igal -! install -D -m 0755 igal $(BINDIR)/igal -! install -D -m 0644 igal.1 $(MANDIR)/igal.1 - install -d -m 0755 $(LIBDIR) - install -m 0644 indextemplate.html slidetemplate.html tile.gif $(LIBDIR) ---- 12,21 ---- - rm -f $(BINDIR)/igal - rm -f $(MANDIR)/igal.1 - -+ all:: igal +--- Makefile.orig Tue Feb 4 07:41:31 2003 ++++ Makefile Thu Jan 29 11:18:43 2004 +@@ -12,8 +12,10 @@ + rm -f $(BINDIR)/igal + rm -f $(MANDIR)/igal.1 + ++all:: igal + - install:: igal -! install -m 0755 igal $(BINDIR)/igal -! install -m 0644 igal.1 $(MANDIR)/igal.1 - install -d -m 0755 $(LIBDIR) - install -m 0644 indextemplate.html slidetemplate.html tile.gif $(LIBDIR) + install:: igal +- install -D -m 0755 igal $(BINDIR)/igal +- install -D -m 0644 igal.1 $(MANDIR)/igal.1 ++ install -m 0755 igal $(BINDIR)/igal ++ install -m 0644 igal.1 $(MANDIR)/igal.1 + install -d -m 0755 $(LIBDIR) + install -m 0644 README THANKS ChangeLog COPYING indextemplate.html slidetemplate.html tile.png igal.css $(LIBDIR) diff -Nru ports/www/igal.orig/files/patch-igal.1 ports/www/igal/files/patch-igal.1 --- ports/www/igal.orig/files/patch-igal.1 Sun May 11 18:40:38 2003 +++ ports/www/igal/files/patch-igal.1 Thu Jan 29 11:27:08 2004 @@ -1,30 +1,21 @@ -*** igal.1.orig Wed Aug 14 16:59:12 2002 ---- igal.1 Wed Aug 14 17:06:28 2002 -*************** -*** 228,233 **** ---- 228,237 ---- - None that I know of. - .RE - But if you find some please send me email. -+ .TP -+ FreeBSD port maintainer: -+ .RE -+ Dylan Carlson <absinthe@pobox.com> - .SH AUTHOR - Eric Pop <epop@stanford.edu> - .SH "SEE ALSO" -*************** -*** 237,248 **** - .BR identify (1), - .BR mogrify (1) - .RE -- If they didn't come standard with your Linux distribution -- you can find them at -- .I rpmfind.net -- (inside libjpeg and libgr-progs) and at -- .IR "imagemagick.org" , -- respectively. Also try -- .I www.ijg.org -- and -- .IR "netpbm.sourceforge.net" . ---- 241,243 ---- +--- igal.1.orig Mon Feb 3 04:42:22 2003 ++++ igal.1 Thu Jan 29 11:10:37 2004 +@@ -261,14 +261,9 @@ + but if any major bugs pop up I probably ought to fix them. + .SH AUTHOR + Eric Pop <epop@stanford.edu> ++.TP ++FreeBSD port maintainer: ++.RE ++Dylan Carlson <absinthe@pobox.com> + .SH "SEE ALSO" + .BR cjpeg ", " djpeg ", " pnmscale ", " identify ", " convert ". " +-If they didn't come standard with your Linux distribution +-you can find them at +-.I rpmfind.net +-(inside libjpeg and libgr-progs) and at +-.IR "imagemagick.org" , +-respectively. Also try +-.I www.ijg.org +-and +-.IR "netpbm.sourceforge.net" . diff -Nru ports/www/igal.orig/files/patch-indextemplate.html ports/www/igal/files/patch-indextemplate.html --- ports/www/igal.orig/files/patch-indextemplate.html Sun May 11 18:40:38 2003 +++ ports/www/igal/files/patch-indextemplate.html Thu Jan 29 11:27:08 2004 @@ -1,19 +1,12 @@ -*** indextemplate.html.orig Wed Aug 14 16:55:45 2002 ---- indextemplate.html Wed Aug 14 16:57:10 2002 -*************** -*** 17,23 **** - </center> - - <p><font size="-1">created with -! <a href="http://www.stanford.edu/~epop/igal">igal</a></font> - </font> - - </body> ---- 17,23 ---- - </center> - - <p><font size="-1">created with -! <a href="http://www.stanford.edu/~epop/igal">igal</a> for <a href="http://www.freebsd.org/">freebsd</a></font> - </font> - - </body> +--- indextemplate.html.org Thu Jan 29 10:58:47 2004 ++++ indextemplate.html Thu Jan 29 11:00:34 2004 +@@ -21,8 +21,7 @@ + </DIV> + + <P class="small">created with +- <A href="http://www.stanford.edu/~epop/igal">igal</A></P> +- ++ <a href="http://www.stanford.edu/~epop/igal">igal</a> for <a href="http://www.freebsd.org/">freebsd</a></font></P> + </BODY> + </HTML> + diff -Nru ports/www/igal.orig/pkg-plist ports/www/igal/pkg-plist --- ports/www/igal.orig/pkg-plist Sun May 11 18:40:38 2003 +++ ports/www/igal/pkg-plist Thu Jan 29 11:27:08 2004 @@ -1,5 +1,10 @@ bin/igal +lib/igal/COPYING +lib/igal/ChangeLog +lib/igal/README +lib/igal/THANKS +lib/igal/igal.css lib/igal/indextemplate.html lib/igal/slidetemplate.html -lib/igal/tile.gif +lib/igal/tile.png @dirrm lib/igal >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200401291029.i0TATPhS049833>