diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2013-05-04 00:36:39 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2013-05-04 00:36:39 +0800 |
commit | e2ed082147d0baef1df737d3b0dc076b17baeeaf (patch) | |
tree | 0c98bf4df764b75bc08fe49f8d5555bf3212ef21 /multimedia | |
parent | 10f2a435dce3442017cb96d33dd3217c90edfb6f (diff) | |
download | freebsd-ports-gnome-e2ed082147d0baef1df737d3b0dc076b17baeeaf.tar.gz freebsd-ports-gnome-e2ed082147d0baef1df737d3b0dc076b17baeeaf.tar.zst freebsd-ports-gnome-e2ed082147d0baef1df737d3b0dc076b17baeeaf.zip |
Chase security/libgcrypt update
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/libaacs/Makefile | 3 | ||||
-rw-r--r-- | multimedia/vlc/Makefile | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/multimedia/libaacs/Makefile b/multimedia/libaacs/Makefile index 949198cddfef..291498987e75 100644 --- a/multimedia/libaacs/Makefile +++ b/multimedia/libaacs/Makefile @@ -3,6 +3,7 @@ PORTNAME= libaacs PORTVERSION= 0.3.0 +PORTREVISION= 1 CATEGORIES= multimedia MASTER_SITES= ftp://ftp.videolan.org/pub/videolan/${PORTNAME}/${PORTVERSION}/ \ http://blu.opsec.eu/ @@ -11,7 +12,7 @@ MAINTAINER= kamikaze@bsdforen.de COMMENT= Advanced Access Content System implementation BUILD_DEPENDS= ${LOCALBASE}/bin/flex:${PORTSDIR}/textproc/flex -LIB_DEPENDS= gcrypt.18:${PORTSDIR}/security/libgcrypt \ +LIB_DEPENDS= gcrypt:${PORTSDIR}/security/libgcrypt \ gpg-error.0:${PORTSDIR}/security/libgpg-error USE_BZIP2= yes diff --git a/multimedia/vlc/Makefile b/multimedia/vlc/Makefile index f7c98bbe0509..1490dff0665e 100644 --- a/multimedia/vlc/Makefile +++ b/multimedia/vlc/Makefile @@ -3,6 +3,7 @@ PORTNAME= vlc DISTVERSION= 2.0.6 +PORTREVISION= 1 PORTEPOCH= 3 CATEGORIES= multimedia audio ipv6 net www MASTER_SITES= http://download.videolan.org/pub/videolan/${PORTNAME}/${DISTVERSION:S/p/-pre/}/ \ |