diff options
author | bsam <bsam@FreeBSD.org> | 2009-06-03 05:15:40 +0800 |
---|---|---|
committer | bsam <bsam@FreeBSD.org> | 2009-06-03 05:15:40 +0800 |
commit | 754f84cac51976b5a2fb4e3ccfa20a0d111f7841 (patch) | |
tree | 237d0289b53cef4a190b493cf61020462032ad7d /textproc/linux-scim-libs | |
parent | 839b750538309ec4eabc826b959e75c1e633384e (diff) | |
download | freebsd-ports-gnome-754f84cac51976b5a2fb4e3ccfa20a0d111f7841.tar.gz freebsd-ports-gnome-754f84cac51976b5a2fb4e3ccfa20a0d111f7841.tar.zst freebsd-ports-gnome-754f84cac51976b5a2fb4e3ccfa20a0d111f7841.zip |
. add linux-f10 ports to the rank of CONFLICTS for linux-fc4 ports;
. bump PORTREVISIONs.
Diffstat (limited to 'textproc/linux-scim-libs')
-rw-r--r-- | textproc/linux-scim-libs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/linux-scim-libs/Makefile b/textproc/linux-scim-libs/Makefile index 156b8ce9dfef..1fb7b3042c45 100644 --- a/textproc/linux-scim-libs/Makefile +++ b/textproc/linux-scim-libs/Makefile @@ -7,7 +7,7 @@ PORTNAME= scim-libs PORTVERSION= # defined below -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= textproc linux MASTER_SITE_SUBDIR= # defined below PKGNAMESUFFIX= -fc${LINUX_DIST_VER} @@ -16,7 +16,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-${PORTSUBVERSION}.fc${LINUX_DIST_VER} MAINTAINER= hrs@FreeBSD.org COMMENT= Smart Common Input Method platform, library part, Linux binary -CONFLICTS= linux-f8-scim-libs-[0-9]* +CONFLICTS= linux-f8-scim-libs-[0-9]* linux-f10-scim-libs-[0-9]* MASTER_SITE_SRC_SUBDIR= # defined below SRC_DISTFILES= scim-${PORTVERSION}-${PORTSUBVERSION}.fc${LINUX_DIST_VER}${SRC_SUFX} |