diff options
author | krion <krion@FreeBSD.org> | 2003-08-30 15:27:28 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2003-08-30 15:27:28 +0800 |
commit | 8f9ac2e621bbe31fb936a4a3f9e13217554ba27c (patch) | |
tree | fe1bc767d49e9ff88bc2887d3c877bbe49d0f6aa /graphics | |
parent | 2859445f050f0f56c3a38fff2ed0726ea83b64e9 (diff) | |
download | freebsd-ports-gnome-8f9ac2e621bbe31fb936a4a3f9e13217554ba27c.tar.gz freebsd-ports-gnome-8f9ac2e621bbe31fb936a4a3f9e13217554ba27c.tar.zst freebsd-ports-gnome-8f9ac2e621bbe31fb936a4a3f9e13217554ba27c.zip |
- Author rerolled source distfile. All changes appear to be:
o Convert K&R style function declarations to ANSI C style.
o Add calls to EZ_WidgetExists() in several places to verify
existance of widgets before use.
- Bump PORTREVISION
PR: 56162
Submitted by: Michael Edenfield <kutulu@kutulu.org>
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/EZWGL/Makefile | 3 | ||||
-rw-r--r-- | graphics/EZWGL/distinfo | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/graphics/EZWGL/Makefile b/graphics/EZWGL/Makefile index 0cad361cf36f..8d11c3ad9b47 100644 --- a/graphics/EZWGL/Makefile +++ b/graphics/EZWGL/Makefile @@ -7,6 +7,7 @@ PORTNAME= EZWGL PORTVERSION= 1.50 +PORTREVISION= 1 CATEGORIES= graphics devel MASTER_SITES= ftp://ftp.ma.utexas.edu/pub/mzou/ DISTFILES= ${DISTNAME}-demo.tgz ${DISTNAME}-doc.tgz ${DISTNAME}-src.tgz @@ -22,7 +23,7 @@ INSTALLS_SHLIB= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" -NOPRECIOUSMAKEVARS= yes # Otherwise 'make readmes' is broken +NOPRECIOUSMAKEVARS= yes # Otherwise 'make readmes' is broken .include <bsd.port.pre.mk> diff --git a/graphics/EZWGL/distinfo b/graphics/EZWGL/distinfo index 3376f703792b..a1eb6307a560 100644 --- a/graphics/EZWGL/distinfo +++ b/graphics/EZWGL/distinfo @@ -1,3 +1,3 @@ MD5 (EZWGL-1.50-demo.tgz) = b659cd13f532bc93c7fbceabffbd1908 MD5 (EZWGL-1.50-doc.tgz) = a127babe59481ec6a398cfd129da448d -MD5 (EZWGL-1.50-src.tgz) = ee1813c292684757f26b404902b99b6c +MD5 (EZWGL-1.50-src.tgz) = 5b21282654465624982a5f437438b56c |