diff options
author | marcus <marcus@FreeBSD.org> | 2004-03-26 01:24:27 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-03-26 01:24:27 +0800 |
commit | 261c67362c4e5de8862834aa8de6b52c14aaf320 (patch) | |
tree | e3937b8ae510ab855817f892913ddf36a95775b0 /graphics | |
parent | 79e3bcb363aae0e4c516fce6ae89c892976280a5 (diff) | |
download | freebsd-ports-gnome-261c67362c4e5de8862834aa8de6b52c14aaf320.tar.gz freebsd-ports-gnome-261c67362c4e5de8862834aa8de6b52c14aaf320.tar.zst freebsd-ports-gnome-261c67362c4e5de8862834aa8de6b52c14aaf320.zip |
Update to 1.0alpha-3.
PR: 64702
Submitted by: maintainer
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/libtheora/Makefile | 7 | ||||
-rw-r--r-- | graphics/libtheora/distinfo | 4 | ||||
-rw-r--r-- | graphics/libtheora/files/patch-Makefile.in | 14 |
3 files changed, 12 insertions, 13 deletions
diff --git a/graphics/libtheora/Makefile b/graphics/libtheora/Makefile index be23cde7a8d5..b91351984880 100644 --- a/graphics/libtheora/Makefile +++ b/graphics/libtheora/Makefile @@ -6,11 +6,10 @@ # PORTNAME= libtheora -PORTVERSION= 1.0.a2 +PORTVERSION= 1.0.a3 CATEGORIES= graphics -MASTER_SITES= http://www.theora.org/files/ \ - http://download.videolan.org/pub/videolan/vlc/0.7.0/contrib/ -DISTNAME= ${PORTNAME}-${PORTVERSION:S/.a2/alpha2/} +MASTER_SITES= http://www.theora.org/files/ +DISTNAME= ${PORTNAME}-${PORTVERSION:S/.a3/alpha3/} MAINTAINER= kwm@rainbow-runner.nl COMMENT= Theora video codec for the Ogg multimedia streaming system diff --git a/graphics/libtheora/distinfo b/graphics/libtheora/distinfo index 6781523470f8..3f966da0822a 100644 --- a/graphics/libtheora/distinfo +++ b/graphics/libtheora/distinfo @@ -1,2 +1,2 @@ -MD5 (libtheora-1.0alpha2.tar.gz) = 8fdeb6fabc7c67598b1031e0a3cb73dd -SIZE (libtheora-1.0alpha2.tar.gz) = 281921 +MD5 (libtheora-1.0alpha3.tar.gz) = eab566a0c7fdc21da1ce503edfa43bb4 +SIZE (libtheora-1.0alpha3.tar.gz) = 1015002 diff --git a/graphics/libtheora/files/patch-Makefile.in b/graphics/libtheora/files/patch-Makefile.in index 3892c1b35e45..ad71736b4e26 100644 --- a/graphics/libtheora/files/patch-Makefile.in +++ b/graphics/libtheora/files/patch-Makefile.in @@ -1,11 +1,11 @@ ---- Makefile.in.orig Tue Feb 10 21:32:49 2004 -+++ Makefile.in Tue Feb 10 21:33:01 2004 -@@ -86,7 +86,7 @@ +--- Makefile.in.orig Sat Mar 20 06:43:22 2004 ++++ Makefile.in Tue Mar 23 00:28:57 2004 +@@ -148,7 +148,7 @@ AUTOMAKE_OPTIONS = foreign dist-zip --SUBDIRS = lib include examples debian -+SUBDIRS = lib include debian +-SUBDIRS = lib include doc examples debian ++SUBDIRS = lib include doc debian - EXTRA_DIST = COPYING autogen.sh - ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 + EXTRA_DIST = COPYING autogen.sh win32 + subdir = . |