diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2004-08-08 15:54:43 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2004-08-08 15:54:43 +0000 |
commit | 1447ddaa90858328d8e4a7668abf0dca91e02929 (patch) | |
tree | df2bfe50c85a9b5ff981ab3d866565c424d81b2a /databases/edb | |
parent | 124cc15b6db91835fde81e6b7fcd79d5949ccb34 (diff) | |
download | ports-1447ddaa90858328d8e4a7668abf0dca91e02929.tar.gz ports-1447ddaa90858328d8e4a7668abf0dca91e02929.zip |
1: Upgrade to 1.0.5
2: move MASTER_SITE back to sf.net.
3: take MAINTAINER.
Notes
Notes:
svn path=/head/; revision=115649
Diffstat (limited to 'databases/edb')
-rw-r--r-- | databases/edb/Makefile | 24 | ||||
-rw-r--r-- | databases/edb/distinfo | 4 | ||||
-rw-r--r-- | databases/edb/pkg-plist | 8 |
3 files changed, 18 insertions, 18 deletions
diff --git a/databases/edb/Makefile b/databases/edb/Makefile index eb84c22095bb..8392c81d1422 100644 --- a/databases/edb/Makefile +++ b/databases/edb/Makefile @@ -6,26 +6,18 @@ # PORTNAME= edb -PORTVERSION= 1.0.3 -PORTREVISION= 1 +PORTVERSION= 1.0.5 CATEGORIES= databases -MASTER_SITES= http://people.tecnik93.com/~radim/tarballs/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= enlightenment -MAINTAINER= ports@FreeBSD.org +MAINTAINER= vanilla@FreeBSD.org COMMENT= Enlightenment Database Library -USE_LIBTOOL_VER= 13 -USE_GNOME= gtk12 +USE_LIBTOOL_VER= 15 +USE_GNOME= gnomehack pkgconfig INSTALLS_SHLIB= yes -USE_REINPLACE= yes -USE_BZIP2= yes - -PLIST_FILES= bin/edb_ed bin/edb_gtk_ed bin/edb_vt_ed bin/edb-config \ - include/Edb.h lib/libedb.a lib/libedb.la lib/libedb.so \ - lib/libedb.so.1 - -post-patch: - @${REINPLACE_CMD} -e 's|gtk-config|${GTK_CONFIG}|g' ${WRKSRC}/configure \ - ${WRKSRC}/tools/edb_gtk_ed/Makefile.in .include <bsd.port.mk> + +CONFIGURE_TARGET:= --build=${CONFIGURE_TARGET} diff --git a/databases/edb/distinfo b/databases/edb/distinfo index 6b6e0b730592..f5cb469cad01 100644 --- a/databases/edb/distinfo +++ b/databases/edb/distinfo @@ -1,2 +1,2 @@ -MD5 (edb-1.0.3.tar.bz2) = bf5db4dbb2cb612cd3d587d5688c294b -SIZE (edb-1.0.3.tar.bz2) = 348400 +MD5 (edb-1.0.5.tar.gz) = c8ee165f92dbc6e6fd9c9114e90e338c +SIZE (edb-1.0.5.tar.gz) = 629253 diff --git a/databases/edb/pkg-plist b/databases/edb/pkg-plist new file mode 100644 index 000000000000..38127802cee9 --- /dev/null +++ b/databases/edb/pkg-plist @@ -0,0 +1,8 @@ +bin/edb_ed +bin/edb_vt_ed +bin/edb-config +include/Edb.h +lib/libedb.a +lib/libedb.so +lib/libedb.so.1 +libdata/pkgconfig/edb.pc |