diff options
author | Martin Matuska <mm@FreeBSD.org> | 2012-12-11 03:11:11 +0800 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2012-12-11 03:11:11 +0800 |
commit | b2c4fbb77ae78c9afdb5e9b230c54c6e8e1c5dfa (patch) | |
tree | 72e0f50b478fcc72d7fc0a63685fd4e55917df11 /irc/inspircd | |
parent | ad444725e12107f98ef3a17901a6c968e5f165f6 (diff) | |
download | freebsd-ports-gnome-b2c4fbb77ae78c9afdb5e9b230c54c6e8e1c5dfa.tar.gz freebsd-ports-gnome-b2c4fbb77ae78c9afdb5e9b230c54c6e8e1c5dfa.tar.zst freebsd-ports-gnome-b2c4fbb77ae78c9afdb5e9b230c54c6e8e1c5dfa.zip |
Update PCRE to 8.32
Introduces the UTF-32 library pcre32
Bump PORTREVISION in dependent ports
Diffstat (limited to 'irc/inspircd')
-rw-r--r-- | irc/inspircd/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/irc/inspircd/Makefile b/irc/inspircd/Makefile index ea0ae7116216..2177383f81a5 100644 --- a/irc/inspircd/Makefile +++ b/irc/inspircd/Makefile @@ -7,6 +7,7 @@ PORTNAME= inspircd PORTVERSION= 2.0.9 +PORTREVISION= 1 CATEGORIES= irc MASTER_SITES= http://cloud.github.com/downloads/inspircd/inspircd/ DISTNAME= InspIRCd-${PORTVERSION} |