diff options
author | ahze <ahze@FreeBSD.org> | 2005-05-10 09:27:24 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2005-05-10 09:27:24 +0800 |
commit | 7833611ec9cb1db24945e7c5f81baa90eb696799 (patch) | |
tree | 32648cfaf1dd03a56d0f73a04a035643c3fbaf4e /audio | |
parent | 17094774eeacd582c9df153b4257919de8ca49b8 (diff) | |
download | freebsd-ports-gnome-7833611ec9cb1db24945e7c5f81baa90eb696799.tar.gz freebsd-ports-gnome-7833611ec9cb1db24945e7c5f81baa90eb696799.tar.zst freebsd-ports-gnome-7833611ec9cb1db24945e7c5f81baa90eb696799.zip |
- Update to 1.0.2
Diffstat (limited to 'audio')
-rw-r--r-- | audio/libcddb/Makefile | 4 | ||||
-rw-r--r-- | audio/libcddb/distinfo | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/audio/libcddb/Makefile b/audio/libcddb/Makefile index c110e7a0cac7..f6625de561df 100644 --- a/audio/libcddb/Makefile +++ b/audio/libcddb/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= libcddb -PORTVERSION= 1.0.0 +PORTVERSION= 1.0.2 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -16,6 +16,8 @@ COMMENT= A library to access data on a CDDB server USE_LIBTOOL_VER= 15 USE_GNOME= gnometarget gnomehack pkgconfig INSTALLS_SHLIB= yes +CONFIGURE_ARGS= --without-cdio +CONFIGURE_ENV= CPPFLAGS="-DICONV_CONST=\"const\"" .include <bsd.port.pre.mk> diff --git a/audio/libcddb/distinfo b/audio/libcddb/distinfo index 7e7222fdab66..735ba2afa29e 100644 --- a/audio/libcddb/distinfo +++ b/audio/libcddb/distinfo @@ -1,2 +1,2 @@ -MD5 (libcddb-1.0.0.tar.gz) = 8501a862e995f9f3cd743e8a32f5a088 -SIZE (libcddb-1.0.0.tar.gz) = 403475 +MD5 (libcddb-1.0.2.tar.gz) = a8f8549cc1afb3bc702a96c7d71d2241 +SIZE (libcddb-1.0.2.tar.gz) = 411642 |