diff options
author | June McEnroe <june@causal.agency> | 2020-12-15 03:31:51 +0000 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2020-12-15 03:31:51 +0000 |
commit | 7ba31c9112cec16be89a5f88b8c41654bf3ba479 (patch) | |
tree | 7c5f67418e40cb021a1adda4be682f353869290d /irc/pounce/Makefile | |
parent | Add imbox port (diff) | |
download | ports-7ba31c9112cec16be89a5f88b8c41654bf3ba479.tar.gz ports-7ba31c9112cec16be89a5f88b8c41654bf3ba479.zip |
Update pounce to 2.1p1
Diffstat (limited to '')
-rw-r--r-- | irc/pounce/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/irc/pounce/Makefile b/irc/pounce/Makefile index 1c4c473..599a8f2 100644 --- a/irc/pounce/Makefile +++ b/irc/pounce/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pounce -DISTVERSION= 2.1 +DISTVERSION= 2.1p1 CATEGORIES= irc MASTER_SITES= https://git.causal.agency/pounce/snapshot/ |