diff options
author | Ganael LAPLANCHE <martymac@FreeBSD.org> | 2012-01-17 22:35:18 +0800 |
---|---|---|
committer | Ganael LAPLANCHE <martymac@FreeBSD.org> | 2012-01-17 22:35:18 +0800 |
commit | a6a77bf4294bdcf786389dc6e51e5509d7094265 (patch) | |
tree | 356b0ef2ccd7c23e99ab52fd69755ad976e9eb1c /net | |
parent | dbfad2c362c834bfaa5d2430c5dcb296f2c0d843 (diff) | |
download | freebsd-ports-gnome-a6a77bf4294bdcf786389dc6e51e5509d7094265.tar.gz freebsd-ports-gnome-a6a77bf4294bdcf786389dc6e51e5509d7094265.tar.zst freebsd-ports-gnome-a6a77bf4294bdcf786389dc6e51e5509d7094265.zip |
- Update libdvdread and libdvdnav to 4.2.0 and bump dependent ports' revisions
- libdvdread: allow package building with libdvdcss if WITH_DVDCSS is set [1]
- libdvdread/libdvdnav: fix endianness handling [2]
Submitted by: olgeni [1], richo <richo@psych0tik.net> [2] (via mail to ports@)
PR: ports/162197 [1]
Diffstat (limited to 'net')
-rw-r--r-- | net/wizd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/wizd/Makefile b/net/wizd/Makefile index bd6c01695eb4..8393dc150777 100644 --- a/net/wizd/Makefile +++ b/net/wizd/Makefile @@ -7,7 +7,7 @@ PORTNAME= wizd PORTVERSION= 24 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= net multimedia MASTER_SITES= SF/${PORTNAME}/Sources/Sources%20v${PORTVERSION} DISTFILES= wizd_sources_v${PORTVERSION}.zip simplicity_v1-2.zip |