diff options
author | tijl <tijl@FreeBSD.org> | 2014-07-04 17:40:59 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-07-04 17:40:59 +0800 |
commit | 18c34260ce5ffb7546567b81d8a50baf111592e1 (patch) | |
tree | 603a488a83d35e3168f3e16a8e22245850bdf6cf /irc | |
parent | 963120e1772c85c714349cdd7ead20b257c24958 (diff) | |
download | freebsd-ports-gnome-18c34260ce5ffb7546567b81d8a50baf111592e1.tar.gz freebsd-ports-gnome-18c34260ce5ffb7546567b81d8a50baf111592e1.tar.zst freebsd-ports-gnome-18c34260ce5ffb7546567b81d8a50baf111592e1.zip |
Bump PORTREVISION on all ports with USE_SQLITE=yes or USE_SQLITE=3 that
have not been bumped yet after the latest libsqlite3.so library version
change.
Approved by: portmgr (implicit)
Diffstat (limited to 'irc')
-rw-r--r-- | irc/inspircd/Makefile | 2 | ||||
-rw-r--r-- | irc/ircd-ratbox-devel/Makefile | 1 | ||||
-rw-r--r-- | irc/ircd-ratbox/Makefile | 1 | ||||
-rw-r--r-- | irc/ratbox-services/Makefile | 2 |
4 files changed, 4 insertions, 2 deletions
diff --git a/irc/inspircd/Makefile b/irc/inspircd/Makefile index 0bfcd637e3a1..a2752da9fcb0 100644 --- a/irc/inspircd/Makefile +++ b/irc/inspircd/Makefile @@ -3,7 +3,7 @@ PORTNAME= inspircd PORTVERSION= 2.0.14 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= irc MAINTAINER= feld@FreeBSD.org diff --git a/irc/ircd-ratbox-devel/Makefile b/irc/ircd-ratbox-devel/Makefile index 9020e51cca48..5705f78b965a 100644 --- a/irc/ircd-ratbox-devel/Makefile +++ b/irc/ircd-ratbox-devel/Makefile @@ -3,6 +3,7 @@ PORTNAME= ircd-ratbox PORTVERSION= 3.0.7 +PORTREVISION= 1 CATEGORIES= irc ipv6 MASTER_SITES= http://www.ratbox.org/download/ \ http://www.ratbox.org/download/old/ diff --git a/irc/ircd-ratbox/Makefile b/irc/ircd-ratbox/Makefile index c6f37556f9ce..313c3a0e6373 100644 --- a/irc/ircd-ratbox/Makefile +++ b/irc/ircd-ratbox/Makefile @@ -3,6 +3,7 @@ PORTNAME= ircd-ratbox PORTVERSION= 3.0.8 +PORTREVISION= 1 CATEGORIES= irc ipv6 MASTER_SITES= http://www.ratbox.org/download/ \ http://www.ratbox.org/download/old/ diff --git a/irc/ratbox-services/Makefile b/irc/ratbox-services/Makefile index afee68d6faeb..5fcd35456a6b 100644 --- a/irc/ratbox-services/Makefile +++ b/irc/ratbox-services/Makefile @@ -3,7 +3,7 @@ PORTNAME= ratbox-services PORTVERSION= 1.2.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= irc MASTER_SITES= http://services.ratbox.org/download/ \ http://services.ratbox.org/download/old/ |