diff options
author | bsam <bsam@FreeBSD.org> | 2009-06-03 04:14:36 +0800 |
---|---|---|
committer | bsam <bsam@FreeBSD.org> | 2009-06-03 04:14:36 +0800 |
commit | 9a443b130b2484dd7e28b54d71748ce7d8ec8f2d (patch) | |
tree | 0fe6f4482a72e9d25636afc6a0d57dcb51e19c2d /databases/linux-f8-sqlite3 | |
parent | e40d48ddb4b8eeb3f1e61eee3899767b5987d239 (diff) | |
download | freebsd-ports-gnome-9a443b130b2484dd7e28b54d71748ce7d8ec8f2d.tar.gz freebsd-ports-gnome-9a443b130b2484dd7e28b54d71748ce7d8ec8f2d.tar.zst freebsd-ports-gnome-9a443b130b2484dd7e28b54d71748ce7d8ec8f2d.zip |
. add CONFLICTS to linux-f8 infrastructure ports;
. bump PORTREVISIONs.
Diffstat (limited to 'databases/linux-f8-sqlite3')
-rw-r--r-- | databases/linux-f8-sqlite3/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/linux-f8-sqlite3/Makefile b/databases/linux-f8-sqlite3/Makefile index 0e7574f7cfa7..8421d681a128 100644 --- a/databases/linux-f8-sqlite3/Makefile +++ b/databases/linux-f8-sqlite3/Makefile @@ -7,7 +7,7 @@ PORTNAME= sqlite3 PORTVERSION= 3.4.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases linux PKGNAMEPREFIX= linux-f8- DISTNAME= sqlite-${PORTVERSION}-${RPMVERSION} @@ -15,6 +15,8 @@ DISTNAME= sqlite-${PORTVERSION}-${RPMVERSION} MAINTAINER= emulation@FreeBSD.org COMMENT= The library that implements an embeddable SQL database engine (Linux Fedora 8) +CONFLICTS= linux-sqlite3-[0-9]* linux-f10-sqlite3-[0-9]* + USE_LINUX_RPM= yes LINUX_DIST_VER= 8 RPMVERSION= 3.fc8 |