diff options
author | martymac <martymac@FreeBSD.org> | 2014-05-13 18:17:04 +0800 |
---|---|---|
committer | martymac <martymac@FreeBSD.org> | 2014-05-13 18:17:04 +0800 |
commit | d002037183797754ce8a225d6e4975123074e7dd (patch) | |
tree | f0b75aa64206a61c448cac7b4520bcbdc0d73fae /multimedia/streamanalyze | |
parent | d96ef6e8f53f3490d58836fbd42867e2151551d7 (diff) | |
download | freebsd-ports-gnome-d002037183797754ce8a225d6e4975123074e7dd.tar.gz freebsd-ports-gnome-d002037183797754ce8a225d6e4975123074e7dd.tar.zst freebsd-ports-gnome-d002037183797754ce8a225d6e4975123074e7dd.zip |
- Update multimedia/libdvdread to 4.9.9
- Bump dependent ports' PORTREVISIONS and update LIB_DEPENDS [1]
- multimedia/libdvdnav: remove dependency to (now removed) dvdread-config
- sysutils/vstrip: remove useless dependency to multimedia/libdvdread
Approved by: portmgr (implicit) [1]
Diffstat (limited to 'multimedia/streamanalyze')
-rw-r--r-- | multimedia/streamanalyze/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/streamanalyze/Makefile b/multimedia/streamanalyze/Makefile index 8ea6011e07c2..5041d19e2fb1 100644 --- a/multimedia/streamanalyze/Makefile +++ b/multimedia/streamanalyze/Makefile @@ -3,14 +3,14 @@ PORTNAME= streamanalyze PORTVERSION= 0.4 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= multimedia MASTER_SITES= CENKES LOCAL/beech MAINTAINER= ports@FreeBSD.org COMMENT= Shrink-factor calculator for StreamDVD -LIB_DEPENDS= dvdread.4:${PORTSDIR}/multimedia/libdvdread +LIB_DEPENDS= libdvdread.so:${PORTSDIR}/multimedia/libdvdread WRKSRC= ${WRKDIR}/StreamAnalyze |