From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jan 29 08:40:59 2004 Return-Path: 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 043C616A517 for ; Thu, 29 Jan 2004 08:40:59 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2BF9643D1F for ; Thu, 29 Jan 2004 08:40:20 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i0TGeKFR005575 for ; Thu, 29 Jan 2004 08:40:20 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i0TGeKkK005574; Thu, 29 Jan 2004 08:40:20 -0800 (PST) (envelope-from gnats) Resent-Date: Thu, 29 Jan 2004 08:40:20 -0800 (PST) Resent-Message-Id: <200401291640.i0TGeKkK005574@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, Thomas Ugland Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6999216A4CE for ; Thu, 29 Jan 2004 08:35:34 -0800 (PST) Received: from galadriel.lothlorien.no (is.living.in.the.woods.of.lothlorien.no [217.8.137.178]) by mx1.FreeBSD.org (Postfix) with ESMTP id C524543D2D for ; Thu, 29 Jan 2004 08:35:30 -0800 (PST) (envelope-from killer@galadriel.lothlorien.no) Received: from galadriel.lothlorien.no (localhost.lothlorien.no [127.0.0.1]) i0TATPYf049834 for ; Thu, 29 Jan 2004 11:29:25 +0100 (CET) (envelope-from killer@galadriel.lothlorien.no) Received: (from killer@localhost) by galadriel.lothlorien.no (8.12.10/8.12.10/Submit) id i0TATPhS049833; Thu, 29 Jan 2004 11:29:25 +0100 (CET) (envelope-from killer) Message-Id: <200401291029.i0TATPhS049833@galadriel.lothlorien.no> Date: Thu, 29 Jan 2004 11:29:25 +0100 (CET) From: Thomas Ugland To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/62071: Out of date, update required X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Thomas Ugland List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Jan 2004 16:40:59 -0000 >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 - .SH AUTHOR - Eric Pop - .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 ++.TP ++FreeBSD port maintainer: ++.RE ++Dylan Carlson + .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 **** - - -

created with -! igal - - - ---- 17,23 ---- - - -

created with -! igal for freebsd - - - +--- indextemplate.html.org Thu Jan 29 10:58:47 2004 ++++ indextemplate.html Thu Jan 29 11:00:34 2004 +@@ -21,8 +21,7 @@ + + +

created with +- igal

+- ++ igal for freebsd

+ + + 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: