diff options
author | martymac <martymac@FreeBSD.org> | 2012-01-17 22:35:18 +0800 |
---|---|---|
committer | martymac <martymac@FreeBSD.org> | 2012-01-17 22:35:18 +0800 |
commit | ea348c24b73cdd3aaef8d19e70a11b4fc542d9fc (patch) | |
tree | 1f4984df2305e0a56c1dfab966c63751939df963 /net/wizd | |
parent | a111b1d5e9faa776a1f46a86f4ad0f1b7fa32c54 (diff) | |
download | freebsd-ports-gnome-ea348c24b73cdd3aaef8d19e70a11b4fc542d9fc.tar.gz freebsd-ports-gnome-ea348c24b73cdd3aaef8d19e70a11b4fc542d9fc.tar.zst freebsd-ports-gnome-ea348c24b73cdd3aaef8d19e70a11b4fc542d9fc.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/wizd')
-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 |