diff options
author | Juergen Lock <nox@FreeBSD.org> | 2014-04-27 15:25:37 +0000 |
---|---|---|
committer | Juergen Lock <nox@FreeBSD.org> | 2014-04-27 15:25:37 +0000 |
commit | 741936abaabc0c9324102fa4e90759ba96b38a31 (patch) | |
tree | be07dd8ecb0a15e7d7b352163a38eb5649ade6fd | |
parent | 52f3b23f37c27aed497d978417087f78f08dbfd9 (diff) | |
download | ports-741936abaabc0c9324102fa4e90759ba96b38a31.tar.gz ports-741936abaabc0c9324102fa4e90759ba96b38a31.zip |
Notes
-rw-r--r-- | multimedia/vlc/Makefile | 5 | ||||
-rw-r--r-- | multimedia/vlc/distinfo | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/multimedia/vlc/Makefile b/multimedia/vlc/Makefile index a0c4d36b13fa..dab3e714341b 100644 --- a/multimedia/vlc/Makefile +++ b/multimedia/vlc/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= vlc -DISTVERSION= 2.1.2 -PORTREVISION= 6 +DISTVERSION= 2.1.4 PORTEPOCH= 4 CATEGORIES= multimedia audio ipv6 net www MASTER_SITES= http://download.videolan.org/pub/videolan/${PORTNAME}/${DISTVERSION:S/a$//}/ \ @@ -417,6 +416,8 @@ post-patch: -e 's|/dev/dvd|${WITH_DVD_DEVICE}|g' \ ${WRKSRC}/include/vlc_config.h @${RM} -rf ${WRKSRC}/modules/access/v4l2/linux + @${REINPLACE_CMD} -e '/^DEFAULT_INCLUDES/s|$$| $$(GNUTLS_CFLAGS)|g' \ + ${WRKSRC}/modules/misc/Makefile.in post-install: @if [ -n "${MTREE_FILE}" ]; then \ diff --git a/multimedia/vlc/distinfo b/multimedia/vlc/distinfo index 90f43524aa5f..47b9fe3f109a 100644 --- a/multimedia/vlc/distinfo +++ b/multimedia/vlc/distinfo @@ -1,2 +1,2 @@ -SHA256 (vlc-2.1.2.tar.xz) = 219b812be1bc2eba40faa86419d0aa2c479a7380af8af216e8bfa22eb6fc8ec4 -SIZE (vlc-2.1.2.tar.xz) = 19609868 +SHA256 (vlc-2.1.4.tar.xz) = 3e566c7525478167e18cc53dc75d621e4af91eb40aabb6231e47db25d682d5d3 +SIZE (vlc-2.1.4.tar.xz) = 19560884 |