diff options
author | tijl <tijl@FreeBSD.org> | 2014-07-05 20:19:32 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-07-05 20:19:32 +0800 |
commit | ffd86a00fa4112e3c15d2d7b50ef56813d2a1d2d (patch) | |
tree | e09d23ad5e04ca8eb7fcec9901ed6229bfea3705 /www | |
parent | 4df49dc153ab49506c270d48d21c02376c01c85b (diff) | |
download | freebsd-ports-gnome-ffd86a00fa4112e3c15d2d7b50ef56813d2a1d2d.tar.gz freebsd-ports-gnome-ffd86a00fa4112e3c15d2d7b50ef56813d2a1d2d.tar.zst freebsd-ports-gnome-ffd86a00fa4112e3c15d2d7b50ef56813d2a1d2d.zip |
Bump more ports that depend on libsqlite3.so:
- ports that set USE_SQLITE with the *_USE option helper
- ports that depend on libsqlite3 indirectly as reported by pkg rquery
Approved by: portmgr (implicit)
Diffstat (limited to 'www')
-rw-r--r-- | www/aria2/Makefile | 2 | ||||
-rw-r--r-- | www/kannel/Makefile | 2 | ||||
-rw-r--r-- | www/otter-browser/Makefile | 1 | ||||
-rw-r--r-- | www/rt40/Makefile | 1 | ||||
-rw-r--r-- | www/rt42/Makefile | 1 |
5 files changed, 5 insertions, 2 deletions
diff --git a/www/aria2/Makefile b/www/aria2/Makefile index 3bf5cd69bcd2..05c1bae03825 100644 --- a/www/aria2/Makefile +++ b/www/aria2/Makefile @@ -3,7 +3,7 @@ PORTNAME= aria2 PORTVERSION= 1.18.5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www MASTER_SITES= SF/${PORTNAME}/stable/${PORTNAME}-${PORTVERSION} diff --git a/www/kannel/Makefile b/www/kannel/Makefile index 32bdbd7bcf97..3419e56d9e91 100644 --- a/www/kannel/Makefile +++ b/www/kannel/Makefile @@ -3,7 +3,7 @@ PORTNAME= kannel PORTVERSION= 1.5.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= www MASTER_SITES= http://www.kannel.org/download/${PORTVERSION}/ MASTER_SITE_SUBDIR= ${PORTVERSION} diff --git a/www/otter-browser/Makefile b/www/otter-browser/Makefile index 42ca77c34a13..aa9eb6ad99ab 100644 --- a/www/otter-browser/Makefile +++ b/www/otter-browser/Makefile @@ -2,6 +2,7 @@ PORTNAME= otter PORTVERSION= 0.9.01 +PORTREVISION= 1 CATEGORIES= www # Avoid pkgname conflict with misc/otter PKGNAMESUFFIX= -browser diff --git a/www/rt40/Makefile b/www/rt40/Makefile index ce60b3239bda..1b75244b3bab 100644 --- a/www/rt40/Makefile +++ b/www/rt40/Makefile @@ -2,6 +2,7 @@ PORTNAME= rt PORTVERSION= 4.0.20 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://download.bestpractical.com/pub/rt/release/ \ SF/requesttracker/ diff --git a/www/rt42/Makefile b/www/rt42/Makefile index 0a4930125eaf..1b3985ee5109 100644 --- a/www/rt42/Makefile +++ b/www/rt42/Makefile @@ -2,6 +2,7 @@ PORTNAME= rt DISTVERSION= 4.2.5 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://download.bestpractical.com/pub/rt/release/ PKGNAMESUFFIX= 42 |