diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2005-05-08 13:50:56 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2005-05-08 13:50:56 +0000 |
commit | 732cf777b000b23897393a65c94fd2b78b77f0b1 (patch) | |
tree | d1268c660e73f8ef08c652460b2152eaf29705e1 /news | |
parent | 732dc1bc31c782d0149394839f6e172f9ec9ba4a (diff) | |
download | ports-732cf777b000b23897393a65c94fd2b78b77f0b1.tar.gz ports-732cf777b000b23897393a65c94fd2b78b77f0b1.zip |
Update to 0.5
Add dependency on uudeview
Pass maintainership to submitter
PR: 80351
Submitted by: Tim Welch <twelch@thepentagon.org>
Notes
Notes:
svn path=/head/; revision=134858
Diffstat (limited to 'news')
-rw-r--r-- | news/knzb/Makefile | 7 | ||||
-rw-r--r-- | news/knzb/distinfo | 4 |
2 files changed, 6 insertions, 5 deletions
diff --git a/news/knzb/Makefile b/news/knzb/Makefile index 09128294fb82..0c8dcf9c2543 100644 --- a/news/knzb/Makefile +++ b/news/knzb/Makefile @@ -6,13 +6,15 @@ # PORTNAME= knzb -PORTVERSION= 0.3 +PORTVERSION= 0.5 CATEGORIES= news MASTER_SITES= http://dmp.org.uk/linux/knzb/download/ -MAINTAINER= ports@freebsd.org +MAINTAINER= twelch@thepentagon.org COMMENT= KDE binary newsgroup download tool +RUN_DEPENDS= ${LOCALBASE}/bin/uudeview:${PORTSDIR}/converters/uudeview + USE_BZIP2= yes WRKSRC= ${WRKDIR}/knzb GNU_CONFIGURE= yes @@ -21,7 +23,6 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" USE_QT_VER= 3 USE_KDELIBS_VER= 3 -NO_INSTALL_MANPAGES= yes pre-configure: @${FIND} ${WRKSRC} -type f | ${XARGS} ${TOUCH} -f diff --git a/news/knzb/distinfo b/news/knzb/distinfo index ae3757c0ffe0..7b82d392fda5 100644 --- a/news/knzb/distinfo +++ b/news/knzb/distinfo @@ -1,2 +1,2 @@ -MD5 (knzb-0.3.tar.bz2) = 5c348e5d3d1fa4232e661db72b06f8a0 -SIZE (knzb-0.3.tar.bz2) = 507035 +MD5 (knzb-0.5.tar.bz2) = 3c93216f9c6bfcf90fdc15c4a596906f +SIZE (knzb-0.5.tar.bz2) = 504618 |