diff options
author | jbeich <jbeich@FreeBSD.org> | 2019-04-12 14:36:31 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2019-04-12 14:36:31 +0800 |
commit | 3f061922299a84333078544118aef89b2d7ee13c (patch) | |
tree | 919393f150a5705b76814a092d02703b32940682 /irc | |
parent | 13b9c0d71d15740fbfa0dc88223c2397d4602ef2 (diff) | |
download | freebsd-ports-gnome-3f061922299a84333078544118aef89b2d7ee13c.tar.gz freebsd-ports-gnome-3f061922299a84333078544118aef89b2d7ee13c.tar.zst freebsd-ports-gnome-3f061922299a84333078544118aef89b2d7ee13c.zip |
devel/boost-*: update to 1.70.0
Changes: http://www.boost.org/users/history/version_1_70_0.html
PR: 235956
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D19303
Diffstat (limited to 'irc')
-rw-r--r-- | irc/ezbounce/Makefile | 2 | ||||
-rw-r--r-- | irc/znc/Makefile | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/irc/ezbounce/Makefile b/irc/ezbounce/Makefile index d7dfecbe7fcb..209004ea3635 100644 --- a/irc/ezbounce/Makefile +++ b/irc/ezbounce/Makefile @@ -3,7 +3,7 @@ PORTNAME= ezbounce PORTVERSION= 1.99.15 -PORTREVISION= 16 +PORTREVISION= 17 CATEGORIES= irc MASTER_SITES= http://BSDforge.com/projects/source/irc/ezbounce/ diff --git a/irc/znc/Makefile b/irc/znc/Makefile index 9c16f924ece0..a67657b2633b 100644 --- a/irc/znc/Makefile +++ b/irc/znc/Makefile @@ -3,6 +3,7 @@ PORTNAME= znc PORTVERSION= 1.7.3 +PORTREVISION= 1 CATEGORIES= irc ipv6 MASTER_SITES= https://znc.in/releases/ \ https://znc.in/releases/archive/ |