diff options
author | Boris Samorodov <bsam@FreeBSD.org> | 2009-06-02 20:14:36 +0000 |
---|---|---|
committer | Boris Samorodov <bsam@FreeBSD.org> | 2009-06-02 20:14:36 +0000 |
commit | 15dfb098e6ab531f8329e5a2602bcaed9c7a10f8 (patch) | |
tree | afe14291805f19e2653b0bb58c797670a467c29e /textproc/linux-f8-aspell | |
parent | 3b06da316e87632197ec2b5d65f2483212443f46 (diff) | |
download | ports-15dfb098e6ab531f8329e5a2602bcaed9c7a10f8.tar.gz ports-15dfb098e6ab531f8329e5a2602bcaed9c7a10f8.zip |
. add CONFLICTS to linux-f8 infrastructure ports;
. bump PORTREVISIONs.
Notes
Notes:
svn path=/head/; revision=235052
Diffstat (limited to 'textproc/linux-f8-aspell')
-rw-r--r-- | textproc/linux-f8-aspell/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/textproc/linux-f8-aspell/Makefile b/textproc/linux-f8-aspell/Makefile index e3364af841e2..47277f091331 100644 --- a/textproc/linux-f8-aspell/Makefile +++ b/textproc/linux-f8-aspell/Makefile @@ -7,6 +7,7 @@ PORTNAME= aspell PORTVERSION= 0.60.5 +PORTREVISION= 1 CATEGORIES= textproc linux PKGNAMEPREFIX= linux-f8- DISTNAME= ${PORTNAME}-${PORTVERSION}-${RPMVERSION} @@ -14,6 +15,8 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-${RPMVERSION} MAINTAINER= emulation@FreeBSD.org COMMENT= Spelling checker with better logic than ispell (Linux Fedora 8) +CONFLICTS= linux-aspell-[0-9]* linux-f10-aspell-[0-9]* + ONLY_FOR_ARCHS= i386 amd64 USE_LINUX_RPM= yes LINUX_DIST_VER= 8 |