diff options
author | Boris Samorodov <bsam@FreeBSD.org> | 2009-04-01 10:10:16 +0000 |
---|---|---|
committer | Boris Samorodov <bsam@FreeBSD.org> | 2009-04-01 10:10:16 +0000 |
commit | 7aec2c3eab75e8cf9f2d3f35f3ed1120781585f6 (patch) | |
tree | 0b883044e43a8529699bff24a4e0487e663a0177 /multimedia | |
parent | 7bd0b24591110e2807f5cf55230131f5669a3dbd (diff) | |
download | ports-7aec2c3eab75e8cf9f2d3f35f3ed1120781585f6.tar.gz ports-7aec2c3eab75e8cf9f2d3f35f3ed1120781585f6.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).
Notes
Notes:
svn path=/head/; revision=231432
Diffstat (limited to 'multimedia')
-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 |