diff options
author | bsam <bsam@FreeBSD.org> | 2009-04-01 18:10:16 +0800 |
---|---|---|
committer | bsam <bsam@FreeBSD.org> | 2009-04-01 18:10:16 +0800 |
commit | d41db796bd7cff9ae9552600909f5c0ae1bd9277 (patch) | |
tree | 6c28dd92d52acb619455f2ef33b5f35a668229af /multimedia/linux-libtheora | |
parent | 69ff18d2fc3f2fab2f37e3c338f4ac6417d56b3a (diff) | |
download | freebsd-ports-gnome-d41db796bd7cff9ae9552600909f5c0ae1bd9277.tar.gz freebsd-ports-gnome-d41db796bd7cff9ae9552600909f5c0ae1bd9277.tar.zst freebsd-ports-gnome-d41db796bd7cff9ae9552600909f5c0ae1bd9277.zip |
Finish repocopies of new linux-f8 infrastructure ports:
. add CONFLICTS to 47 original ports;
. bump PORTREVISIONs for all of them;
. pet portlint for 2-3 ports (misplaced PORTREVISION).
Diffstat (limited to 'multimedia/linux-libtheora')
-rw-r--r-- | multimedia/linux-libtheora/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/multimedia/linux-libtheora/Makefile b/multimedia/linux-libtheora/Makefile index 27f27e41e0d4..3d95509067a8 100644 --- a/multimedia/linux-libtheora/Makefile +++ b/multimedia/linux-libtheora/Makefile @@ -7,11 +7,14 @@ PORTNAME= libtheora DISTVERSION= 1.0alpha4-2 +PORTREVISION= 1 CATEGORIES= multimedia linux MAINTAINER= ports@FreeBSD.org COMMENT= Video codec +CONFLICTS= linux-f8-libtheora-[0-9]* + ONLY_FOR_ARCHS= i386 amd64 USE_LINUX_RPM= yes LINUX_DIST_VER= 4 |