diff options
author | sf <sf@FreeBSD.org> | 2001-01-30 14:07:15 +0000 |
---|---|---|
committer | sf <sf@FreeBSD.org> | 2001-01-30 14:07:15 +0000 |
commit | f4717c2e6695c8579e710826f8ad290a54a88d59 (patch) | |
tree | f1cd6b0d56237b622809cdacf3ae4384fea14f27 /irc/infobot/Makefile | |
parent | cdf46bac376643fe9e9c6740541d2f348d481023 (diff) | |
download | FreeBSD-ports-f4717c2e6695c8579e710826f8ad290a54a88d59.zip FreeBSD-ports-f4717c2e6695c8579e710826f8ad290a54a88d59.tar.gz |
update to 0.44.5.
PR: 23736
Submitted by: David W. Chapman Jr. <dwcjr@inethouston.net>
Approved by: maintainer
Diffstat (limited to 'irc/infobot/Makefile')
-rw-r--r-- | irc/infobot/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/irc/infobot/Makefile b/irc/infobot/Makefile index dc64502..c878b79 100644 --- a/irc/infobot/Makefile +++ b/irc/infobot/Makefile @@ -6,9 +6,11 @@ # PORTNAME= infobot -PORTVERSION= 0.44.3 +PORTVERSION= 0.44.5 CATEGORIES= irc -MASTER_SITES= http://www.infobot.org/src/ +MASTER_SITES= http://www.infobot.org/src/ \ + http://www.infobot.org/src/prior/ + DISTNAME= ${PORTNAME}${PORTVERSION} MAINTAINER= perlguy@perlguy.com |