Date: Fri, 17 Dec 2004 20:44:37 +0300 From: Igor Pokrovsky <ip@doom.homeunix.org> To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: krion@FreeBSD.org Subject: Re: ports/75129: Update port: graphics/ftgl 2.09 -> 2.12 Message-ID: <20041217174437.GA6213@doom.homeunix.org> In-Reply-To: <200412152050.iBFKoMDs070112@freefall.freebsd.org> References: <200412152042.iBFKgK3Y001851@doom.homeunix.org> <200412152050.iBFKoMDs070112@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20041217174437.GA6213>