diff options
author | mharo <mharo@FreeBSD.org> | 2001-04-03 13:29:02 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2001-04-03 13:29:02 +0800 |
commit | 4eef671330aeb3c9b47f180c1dd9ebfcc5305cbb (patch) | |
tree | 96cb2ba712967c2e88d49f60012fd499fb235fd9 /x11-toolkits/gevas | |
parent | 465328d0f4ce1d67573a69454b90292b570b5198 (diff) | |
download | freebsd-ports-gnome-4eef671330aeb3c9b47f180c1dd9ebfcc5305cbb.tar.gz freebsd-ports-gnome-4eef671330aeb3c9b47f180c1dd9ebfcc5305cbb.tar.zst freebsd-ports-gnome-4eef671330aeb3c9b47f180c1dd9ebfcc5305cbb.zip |
Upgrade port x11-toolkits/gevas to version 0.0.3
PR: 26212
Submitted by: maintainer
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 |