From edae0019f08f7fa970705a0450c2c0b8fe7a8b7a Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Sun, 4 Sep 2005 10:15:59 +0000 Subject: - Update to 1.2.0 PR: ports/85581 Submitted by: Igor Pokrovsky (maintainer) --- graphics/oglext/Makefile | 10 ++++++++-- graphics/oglext/distinfo | 4 ++-- graphics/oglext/pkg-plist | 2 +- 3 files changed, 11 insertions(+), 5 deletions(-) (limited to 'graphics') 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 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 -- cgit v1.2.3