summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-09-04 10:15:59 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-09-04 10:15:59 +0000
commitedae0019f08f7fa970705a0450c2c0b8fe7a8b7a (patch)
tree59c8906f8ac40be4b74c16a77a266b46bc721796 /graphics
parentDocument htdig -- cross site scripting vulnerability. (diff)
- Update to 1.2.0
PR: ports/85581 Submitted by: Igor Pokrovsky <ip@doom.homeunix.org> (maintainer)
Notes
Notes: svn path=/head/; revision=141884
Diffstat (limited to 'graphics')
-rw-r--r--graphics/oglext/Makefile10
-rw-r--r--graphics/oglext/distinfo4
-rw-r--r--graphics/oglext/pkg-plist2
3 files changed, 11 insertions, 5 deletions
diff --git a/graphics/oglext/Makefile b/graphics/oglext/Makefile
index 56723e29e0d6..f37da7069c5c 100644
--- a/graphics/oglext/Makefile
+++ b/graphics/oglext/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= oglext
-PORTVERSION= 1.1.0
+PORTVERSION= 1.2.0
CATEGORIES= graphics devel
MASTER_SITES= http://www.julius.caesar.de/oglext/${PORTVERSION}/
DISTNAME= ${PORTNAME}-${PORTVERSION}-src
@@ -31,6 +31,12 @@ ALL_TARGET= all staticlib
TMAKE?= ${LOCALBASE}/bin/tmake
TMAKEPATH?= ${LOCALBASE}/share/tmake/freebsd-g++
+# a quick hack to fix dir's permissions
+post-extract:
+ @(for i in 1 2; do \
+ ${CHMOD} u+x `${FIND} ${WRKSRC} -type d`; \
+ done)
+
pre-patch:
@${FIND} ${WRKSRC} -type f | ${XARGS} ${REINPLACE_CMD} -e "s/`${PRINTF} '\r'`//"
@@ -48,7 +54,7 @@ do-install:
.ifndef (NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/doc/* ${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/doc/*.html ${DOCSDIR}
.endif
.include <bsd.port.mk>
diff --git a/graphics/oglext/distinfo b/graphics/oglext/distinfo
index 57c5af9f0bef..fc5f19b50dd6 100644
--- a/graphics/oglext/distinfo
+++ b/graphics/oglext/distinfo
@@ -1,2 +1,2 @@
-MD5 (oglext-1.1.0-src.tar.bz2) = f3bfa6f2664346bf783cbfc9179b90a0
-SIZE (oglext-1.1.0-src.tar.bz2) = 95390
+MD5 (oglext-1.2.0-src.tar.bz2) = dcb2af3992e09777338b747315c74f02
+SIZE (oglext-1.2.0-src.tar.bz2) = 117345
diff --git a/graphics/oglext/pkg-plist b/graphics/oglext/pkg-plist
index 5fb2234a34c2..1bab59b34adc 100644
--- a/graphics/oglext/pkg-plist
+++ b/graphics/oglext/pkg-plist
@@ -4,6 +4,6 @@ lib/libOglExt.a
lib/libOglExt.so
lib/libOglExt.so.1
%%PORTDOCS%%%%DOCSDIR%%/README
-%%PORTDOCS%%%%DOCSDIR%%/extensionlist.html
+%%PORTDOCS%%%%DOCSDIR%%/extensions.html
%%PORTDOCS%%@dirrm %%DOCSDIR%%
@dirrm include/oglext