diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-02-22 22:52:16 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-02-22 22:52:16 +0000 |
commit | e43fce301f9540a2ab69d2753374fdae3eae6fea (patch) | |
tree | 6623067939087e62cb3166d9cd73cf8f2f685d55 /graphics | |
parent | Chase psiconv shared library version bump. (diff) |
- Update to 3.72
- Style fixes (portlint) and add dependency on motif (bento)
PR: 35217
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=55106
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/xawtv/Makefile | 11 | ||||
-rw-r--r-- | graphics/xawtv/distinfo | 2 | ||||
-rw-r--r-- | graphics/xawtv/files/patch-src::motif.c | 1 | ||||
-rw-r--r-- | graphics/xawtv/pkg-descr | 1 |
4 files changed, 7 insertions, 8 deletions
diff --git a/graphics/xawtv/Makefile b/graphics/xawtv/Makefile index fa262e44030c..e8d3ebc4bdec 100644 --- a/graphics/xawtv/Makefile +++ b/graphics/xawtv/Makefile @@ -5,12 +5,11 @@ # $FreeBSD$ # -PORTNAME= xawtv -PORTVERSION= 3.70 -CATEGORIES= graphics -MASTER_SITES= http://bytesex.org/xawtv/ +PORTNAME= xawtv +PORTVERSION= 3.72 +CATEGORIES= graphics +MASTER_SITES= http://bytesex.org/xawtv/ DISTNAME= ${PORTNAME}_${PORTVERSION} -WRKSRC= ${WRKDIR}/${DISTNAME:S/_/-/} MAINTAINER= lehmann@ans-netz.de @@ -18,6 +17,8 @@ LIB_DEPENDS= Xaw3d.${XAWVER}:${PORTSDIR}/x11-toolkits/Xaw3d \ png.5:${PORTSDIR}/graphics/png \ jpeg.9:${PORTSDIR}/graphics/jpeg +WRKSRC= ${WRKDIR}/${DISTNAME:S/_/-/} +USE_MOTIF= yes GNU_CONFIGURE= yes USE_GMAKE= yes USE_XPM= yes diff --git a/graphics/xawtv/distinfo b/graphics/xawtv/distinfo index 3e0f919c203d..39c29a452ddd 100644 --- a/graphics/xawtv/distinfo +++ b/graphics/xawtv/distinfo @@ -1 +1 @@ -MD5 (xawtv_3.70.tar.gz) = 6329c63bd74b304a079da182ec5e3b84 +MD5 (xawtv_3.72.tar.gz) = 754953113fade95092ae0a83c5512b7f diff --git a/graphics/xawtv/files/patch-src::motif.c b/graphics/xawtv/files/patch-src::motif.c index 63c9274bf0c3..97a1fab9dc1e 100644 --- a/graphics/xawtv/files/patch-src::motif.c +++ b/graphics/xawtv/files/patch-src::motif.c @@ -20,4 +20,3 @@ #include <X11/Xlib.h> #include <X11/Intrinsic.h> #include <Xm/Xm.h> - diff --git a/graphics/xawtv/pkg-descr b/graphics/xawtv/pkg-descr index 7228213d229a..6fb588712feb 100644 --- a/graphics/xawtv/pkg-descr +++ b/graphics/xawtv/pkg-descr @@ -2,4 +2,3 @@ This is a _simple_ xaw-based TV Program which uses the bttv driver or video4linux (included in 2.1.x). Copy Policy is GNU GPL. WWW: http://bytesex.org/xawtv/ - |