diff options
author | Volker Stolz <vs@FreeBSD.org> | 2006-05-09 07:41:55 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2006-05-09 07:41:55 +0000 |
commit | c3ad039dd7f5d51afff4c8da3e8ceeafeaf3d031 (patch) | |
tree | a66c3faf7195d43d9372933b0b323d42e7c63a28 | |
parent | - Update to ruby-dbi-0.1.0, and (diff) |
Update to 2.5
PR: ports/95900
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=161780
-rw-r--r-- | news/klibido/Makefile | 16 | ||||
-rw-r--r-- | news/klibido/distinfo | 6 | ||||
-rw-r--r-- | news/klibido/pkg-plist | 8 |
3 files changed, 17 insertions, 13 deletions
diff --git a/news/klibido/Makefile b/news/klibido/Makefile index 73398f2c9bd9..61a2d5f1bb6b 100644 --- a/news/klibido/Makefile +++ b/news/klibido/Makefile @@ -6,8 +6,7 @@ # PORTNAME= klibido -PORTVERSION= 0.2.4.1 -PORTREVISION= 1 +PORTVERSION= 0.2.5 CATEGORIES= news MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -16,15 +15,20 @@ MAINTAINER= conrads@cox.net COMMENT= A very fast and efficient KDE/QT-based downloader for Usenet binaries LIB_DEPENDS= uu.3:${PORTSDIR}/converters/uulib \ - db-4.2.2:${PORTSDIR}/databases/db42 + db-4.4:${PORTSDIR}/databases/db44 USE_KDELIBS_VER= 3 USE_XLIB= yes USE_GMAKE= yes USE_AUTOTOOLS= libtool:15 -CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include/db42 ${PTHREAD_CFLAGS}" \ - CXXFLAGS="${CXXFLAGS} -I${LOCALBASE}/include/db42" \ - LDFLAGS="-L${LOCALBASE}/lib/db42 ${PTHREAD_LIBS}" +CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include/db44 ${PTHREAD_CFLAGS}" \ + CXXFLAGS="${CXXFLAGS} -I${LOCALBASE}/include/db44" \ + LDFLAGS="-L${LOCALBASE}/lib/db44 ${PTHREAD_LIBS}" + +post-install: +.if defined(NOPORTDOCS) + ${RM} -rf ${PREFIX}/share/doc/HTML/en/klibido +.endif .include <bsd.port.mk> diff --git a/news/klibido/distinfo b/news/klibido/distinfo index ba2355c11b65..4e95c5c84c10 100644 --- a/news/klibido/distinfo +++ b/news/klibido/distinfo @@ -1,3 +1,3 @@ -MD5 (klibido-0.2.4.1.tar.gz) = 111a6e714509d0619a0b29e20a4ded65 -SHA256 (klibido-0.2.4.1.tar.gz) = c8a1d015b929490cb18fa9deff876a3ce4b3c17ea4ed91783d83302782efcaf1 -SIZE (klibido-0.2.4.1.tar.gz) = 798084 +MD5 (klibido-0.2.5.tar.gz) = e343338541a3ff3f2983023ccc922af0 +SHA256 (klibido-0.2.5.tar.gz) = 7bd35c5cf6f1b9b26f802e78d63e9ae7a66763ca4c0c4a78ecc87d45a20b1d22 +SIZE (klibido-0.2.5.tar.gz) = 720741 diff --git a/news/klibido/pkg-plist b/news/klibido/pkg-plist index 277cf6714520..205c811f1c0b 100644 --- a/news/klibido/pkg-plist +++ b/news/klibido/pkg-plist @@ -14,9 +14,9 @@ share/apps/klibido/icons/hicolor/16x16/apps/klibido.png share/apps/klibido/icons/hicolor/32x32/actions/decode.png share/apps/klibido/icons/hicolor/32x32/apps/klibido.png share/apps/klibido/klibidoui.rc -share/doc/HTML/en/klibido/common -share/doc/HTML/en/klibido/index.cache.bz2 -share/doc/HTML/en/klibido/index.docbook +%%PORTDOCS%%share/doc/HTML/en/klibido/common +%%PORTDOCS%%share/doc/HTML/en/klibido/index.cache.bz2 +%%PORTDOCS%%share/doc/HTML/en/klibido/index.docbook share/icons/hicolor/16x16/apps/klibido.png share/icons/hicolor/32x32/apps/klibido.png @dirrm share/apps/klibido/icons/hicolor/16x16/actions @@ -28,4 +28,4 @@ share/icons/hicolor/32x32/apps/klibido.png @dirrm share/apps/klibido/icons/hicolor @dirrm share/apps/klibido/icons @dirrm share/apps/klibido -@dirrm share/doc/HTML/en/klibido +%%PORTDOCS%%@dirrm share/doc/HTML/en/klibido |