diff options
author | Michael Haro <mharo@FreeBSD.org> | 2001-04-03 05:29:02 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2001-04-03 05:29:02 +0000 |
commit | 23623ef149fcefebce9f81b86e2de8ea2b96ce98 (patch) | |
tree | 53da50a6c88bb0ddd8e251ae0e5d7bb40f5bba43 /x11-toolkits/gevas | |
parent | b322b30bf4d6b33cb439ae192836ca8c7649ead9 (diff) | |
download | ports-23623ef149fcefebce9f81b86e2de8ea2b96ce98.tar.gz ports-23623ef149fcefebce9f81b86e2de8ea2b96ce98.zip |
Upgrade port x11-toolkits/gevas to version 0.0.3
PR: 26212
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=40786
Diffstat (limited to 'x11-toolkits/gevas')
-rw-r--r-- | x11-toolkits/gevas/Makefile | 11 | ||||
-rw-r--r-- | x11-toolkits/gevas/distinfo | 2 | ||||
-rw-r--r-- | x11-toolkits/gevas/files/patch-demo::Makefile.am | 11 | ||||
-rw-r--r-- | x11-toolkits/gevas/pkg-plist | 1 |
4 files changed, 3 insertions, 22 deletions
diff --git a/x11-toolkits/gevas/Makefile b/x11-toolkits/gevas/Makefile index 43bb4d0d4d51..896052d86428 100644 --- a/x11-toolkits/gevas/Makefile +++ b/x11-toolkits/gevas/Makefile @@ -6,28 +6,19 @@ # PORTNAME= gevas -PORTVERSION= 0.0.0 +PORTVERSION= 0.0.3 CATEGORIES= x11-toolkits graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= enlightenment -DISTNAME= ${PORTNAME}_alpha MAINTAINER= ishmael27@home.com LIB_DEPENDS= evas.0:${PORTSDIR}/graphics/evas USE_GTK= yes -USE_AUTOMAKE= yes USE_LIBTOOL= yes -USE_GMAKE= yes -WRKSRC= ${WRKDIR}/${PORTNAME} INSTALLS_SHLIB= yes -post-extract: -.for a in install-sh missing mkinstalldirs - @${LN} -sf ${LOCALBASE}/share/automake/${a} ${WRKSRC} -.endfor - post-install: @strip ${PREFIX}/lib/libgevas.so.0 diff --git a/x11-toolkits/gevas/distinfo b/x11-toolkits/gevas/distinfo index b6d03d1beb17..ed61d2addbb8 100644 --- a/x11-toolkits/gevas/distinfo +++ b/x11-toolkits/gevas/distinfo @@ -1 +1 @@ -MD5 (gevas_alpha.tar.gz) = 2b112b16594139f8ce2286a31b63b0c8 +MD5 (gevas-0.0.3.tar.gz) = f42d2e60903d9cc116eae96ed7566c80 diff --git a/x11-toolkits/gevas/files/patch-demo::Makefile.am b/x11-toolkits/gevas/files/patch-demo::Makefile.am index bbd536bb06da..e69de29bb2d1 100644 --- a/x11-toolkits/gevas/files/patch-demo::Makefile.am +++ b/x11-toolkits/gevas/files/patch-demo::Makefile.am @@ -1,11 +0,0 @@ ---- demo/Makefile.am.orig Thu Feb 8 09:30:50 2001 -+++ demo/Makefile.am Mon Mar 19 07:32:14 2001 -@@ -28,7 +28,7 @@ - testgevas_SOURCES = \ - testgevas.c - --INCLUDES = -I$(srcdir) -I../src -I.. -I. -I$(topdir)/src @gtk_cflags@ -+INCLUDES = -I$(srcdir) -I../src -I.. -I. -I$(topdir)/src @GTK_CFLAGS@ @evas_cflags@ - - testgevas_LDADD = @evas_libs@ @edb_libs@ ../src/libgevas.la -lm @GTK_LIBS@ - diff --git a/x11-toolkits/gevas/pkg-plist b/x11-toolkits/gevas/pkg-plist index f9c242afacfb..0ad363079a23 100644 --- a/x11-toolkits/gevas/pkg-plist +++ b/x11-toolkits/gevas/pkg-plist @@ -1,5 +1,6 @@ bin/testgevas include/gevas.h +include/gevas-config.h include/gevasev_handler.h include/gevasevh_alpha.h include/gevasevh_clicks.h |