From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Dec 17 17:45:11 2004 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7B7CD16A4CE; Fri, 17 Dec 2004 17:45:11 +0000 (GMT) Received: from voodoo.oberon.net (voodoo.oberon.net [212.118.165.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id 19E7F43D5A; Fri, 17 Dec 2004 17:45:11 +0000 (GMT) (envelope-from igor@doom.homeunix.org) Received: from dialup84110-67.ip.peterstar.net ([84.204.110.67] helo=doom.homeunix.org) by voodoo.oberon.net with esmtps (TLSv1:AES256-SHA:256) (Exim 4.43 (FreeBSD)) id 1CfM9z-000He2-PH; Fri, 17 Dec 2004 18:45:01 +0100 Received: from doom.homeunix.org (localhost [127.0.0.1]) by doom.homeunix.org (8.13.1/8.13.1) with ESMTP id iBHHib6b006264; Fri, 17 Dec 2004 20:44:38 +0300 (MSK) (envelope-from igor@doom.homeunix.org) Received: (from igor@localhost) by doom.homeunix.org (8.13.1/8.13.1/Submit) id iBHHibGF006263; Fri, 17 Dec 2004 20:44:37 +0300 (MSK) (envelope-from igor) Date: Fri, 17 Dec 2004 20:44:37 +0300 From: Igor Pokrovsky To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Message-ID: <20041217174437.GA6213@doom.homeunix.org> References: <200412152042.iBFKgK3Y001851@doom.homeunix.org> <200412152050.iBFKoMDs070112@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200412152050.iBFKoMDs070112@freefall.freebsd.org> User-Agent: Mutt/1.4.2.1i cc: krion@FreeBSD.org Subject: Re: ports/75129: Update port: graphics/ftgl 2.09 -> 2.12 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Dec 2004 17:45:11 -0000 Fetch problem fixed. Here is the updated patch. diff -ruN /usr/ports/graphics/ftgl/Makefile ftgl/Makefile --- /usr/ports/graphics/ftgl/Makefile Sun Aug 1 21:22:53 2004 +++ ftgl/Makefile Fri Dec 17 20:39:29 2004 @@ -6,9 +6,9 @@ # PORTNAME= ftgl -PORTVERSION= 2.09 +PORTVERSION= 2.12 CATEGORIES= graphics -MASTER_SITES= http://homepages.paradise.net.nz/henryj/code/ +MASTER_SITES= http://opengl.geek.nz/ftgl/ DISTNAME= ${PORTNAME}-${PORTVERSION:C/([[:digit:]])$/.\1/} MAINTAINER= ip@doom.homeunix.org diff -ruN /usr/ports/graphics/ftgl/distinfo ftgl/distinfo --- /usr/ports/graphics/ftgl/distinfo Mon Jun 21 06:21:05 2004 +++ ftgl/distinfo Fri Dec 17 20:36:37 2004 @@ -1,2 +1,2 @@ -MD5 (ftgl-2.0.9.tar.gz) = 2268267277c0655688879d0657b82650 -SIZE (ftgl-2.0.9.tar.gz) = 561543 +MD5 (ftgl-2.1.2.tar.gz) = 3eabec9ad37371c4d139408c7ffd2429 +SIZE (ftgl-2.1.2.tar.gz) = 568497 diff -ruN /usr/ports/graphics/ftgl/files/patch-unix_src_Makefile ftgl/files/patch-unix_src_Makefile --- /usr/ports/graphics/ftgl/files/patch-unix_src_Makefile Sun Jun 20 11:13:50 2004 +++ ftgl/files/patch-unix_src_Makefile Thu Jan 1 03:00:00 1970 @@ -1,13 +0,0 @@ ---- unix/src/Makefile.orig Tue Jun 15 11:39:46 2004 -+++ unix/src/Makefile Tue Jun 15 11:40:03 2004 -@@ -75,8 +75,8 @@ - install-local: libftgl.la - $(INSTALL) -d -m 0755 $(libdir) - $(LIBTOOL) --mode=install $(INSTALL) -m 0644 $(TARGET) $(libdir) -- $(INSTALL) -d -m 0755 $(includedir)/FTGL -- $(INSTALL) -m 0644 $(HEADER_FILES) $(includedir)/FTGL -+ $(INSTALL) -d -m 0755 $(includedir)/FTGL -+ $(INSTALL) -m 0644 $(HEADER_FILES) $(includedir)/FTGL - - - clean-local: -ip -- No man is lonely while eating spaghetti.