aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Lehmann <oliver@FreeBSD.org>2005-10-09 00:49:46 +0800
committerOliver Lehmann <oliver@FreeBSD.org>2005-10-09 00:49:46 +0800
commit80f3091ae7122555714b98a194ef16ae917bd731 (patch)
tree5e30182b4a1af95f65da5534ebdbb1cc00c558a5
parent2280019f3cdeff45de6d92cf22a11bb27e471d59 (diff)
downloadfreebsd-ports-gnome-80f3091ae7122555714b98a194ef16ae917bd731.tar.gz
freebsd-ports-gnome-80f3091ae7122555714b98a194ef16ae917bd731.tar.zst
freebsd-ports-gnome-80f3091ae7122555714b98a194ef16ae917bd731.zip
update libzvbi to 0.2.17
-rw-r--r--devel/libzvbi/Makefile3
-rw-r--r--devel/libzvbi/distinfo4
-rw-r--r--devel/libzvbi/pkg-plist3
-rw-r--r--multimedia/xawtv/Makefile2
4 files changed, 7 insertions, 5 deletions
diff --git a/devel/libzvbi/Makefile b/devel/libzvbi/Makefile
index 319c1d0d61c6..72f9f40157b2 100644
--- a/devel/libzvbi/Makefile
+++ b/devel/libzvbi/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= libzvbi
-PORTVERSION= 0.2.16
+PORTVERSION= 0.2.17
PORTREVISION= 0
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
@@ -26,6 +26,7 @@ USE_LIBTOOL_VER= 15
USE_GNOME= gnomehack pkgconfig
GNU_CONFIGURE= yes
INSTALLS_SHLIB= yes
+MAN1= zvbi-ntsc-cc.1
CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include" LIBS="-L${LOCALBASE}/lib -L/usr/lib"
diff --git a/devel/libzvbi/distinfo b/devel/libzvbi/distinfo
index f0caf87b9a34..a5faf9dea688 100644
--- a/devel/libzvbi/distinfo
+++ b/devel/libzvbi/distinfo
@@ -1,2 +1,2 @@
-MD5 (zvbi-0.2.16.tar.bz2) = 6ed822ae5d0766129bfa1508394b6ac0
-SIZE(zvbi-0.2.16.tar.bz2) = 699343
+MD5 (zvbi-0.2.17.tar.bz2) = 9038ec0b3c00db7f6b056d0907d2db4d
+SIZE (zvbi-0.2.17.tar.bz2) = 713461
diff --git a/devel/libzvbi/pkg-plist b/devel/libzvbi/pkg-plist
index 91512b81f27d..399866362194 100644
--- a/devel/libzvbi/pkg-plist
+++ b/devel/libzvbi/pkg-plist
@@ -1,7 +1,8 @@
+bin/zvbi-ntsc-cc
include/libzvbi.h
lib/libzvbi.a
lib/libzvbi.so
-lib/libzvbi.so.7
+lib/libzvbi.so.8
libdata/pkgconfig/zvbi-0.2.pc
share/locale/de/LC_MESSAGES/zvbi.mo
share/locale/en@boldquot/LC_MESSAGES/zvbi.mo
diff --git a/multimedia/xawtv/Makefile b/multimedia/xawtv/Makefile
index 50af5f56f66e..f22415aa0703 100644
--- a/multimedia/xawtv/Makefile
+++ b/multimedia/xawtv/Makefile
@@ -59,7 +59,7 @@ PLIST_SUB+= AA=""
.endif
.if defined(WITH_LIBZVBI)
-LIB_DEPENDS+= zvbi.7:${PORTSDIR}/devel/libzvbi
+LIB_DEPENDS+= zvbi.8:${PORTSDIR}/devel/libzvbi
CONFIGURE_ARGS+=--enable-zvbi
.if ${OSVERSION} > 500000
PLIST_SUB+= ZVBI="" ZVBI5=""