diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-07-24 18:34:16 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-07-24 18:34:16 +0000 |
commit | 37f54e0f66813dcddb3659fd7810198377792a1e (patch) | |
tree | 14d88ff45e3710ccf80308fb8ce1a086cd5f11ae /irc | |
parent | 04ad7b544504ae333b1f3574897902b386bde4b4 (diff) |
Notes
Diffstat (limited to 'irc')
-rw-r--r-- | irc/atheme-services/Makefile | 1 | ||||
-rw-r--r-- | irc/inspircd/Makefile | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/irc/atheme-services/Makefile b/irc/atheme-services/Makefile index 63e2c4e7f265..8d366e611b8a 100644 --- a/irc/atheme-services/Makefile +++ b/irc/atheme-services/Makefile @@ -3,6 +3,7 @@ PORTNAME= atheme-services PORTVERSION= 7.0.7 +PORTREVISION= 1 CATEGORIES= irc MASTER_SITES= http://atheme.net/downloads/ diff --git a/irc/inspircd/Makefile b/irc/inspircd/Makefile index a2752da9fcb0..31b342ccd296 100644 --- a/irc/inspircd/Makefile +++ b/irc/inspircd/Makefile @@ -3,7 +3,7 @@ PORTNAME= inspircd PORTVERSION= 2.0.14 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= irc MAINTAINER= feld@FreeBSD.org |