diff options
author | William Grzybowski <wg@FreeBSD.org> | 2014-08-10 13:53:22 +0000 |
---|---|---|
committer | William Grzybowski <wg@FreeBSD.org> | 2014-08-10 13:53:22 +0000 |
commit | 88c4e5795bf0495a6eeded28a70c536002656696 (patch) | |
tree | 9fca0a6999952b130b35553ef9733cc323057f04 /net-im | |
parent | ace01f781be45615eae6e39839351e0ff0a19bfc (diff) | |
download | ports-88c4e5795bf0495a6eeded28a70c536002656696.tar.gz ports-88c4e5795bf0495a6eeded28a70c536002656696.zip |
Notes
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/chattahoochie/Makefile | 2 | ||||
-rw-r--r-- | net-im/chattahoochie/distinfo | 4 | ||||
-rw-r--r-- | net-im/chattahoochie/files/patch-Makefile | 11 | ||||
-rw-r--r-- | net-im/chattahoochie/pkg-descr | 4 |
4 files changed, 4 insertions, 17 deletions
diff --git a/net-im/chattahoochie/Makefile b/net-im/chattahoochie/Makefile index 704673b2f5af..eac0fee2e29b 100644 --- a/net-im/chattahoochie/Makefile +++ b/net-im/chattahoochie/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= chattahoochie -PORTVERSION= 1.8 +PORTVERSION= 1.9 CATEGORIES= net-im MASTER_SITES= http://www.mammothcheese.ca/ diff --git a/net-im/chattahoochie/distinfo b/net-im/chattahoochie/distinfo index 82858ccf16e7..81fbf36100d5 100644 --- a/net-im/chattahoochie/distinfo +++ b/net-im/chattahoochie/distinfo @@ -1,2 +1,2 @@ -SHA256 (chattahoochie-1.8.tar.gz) = 89a61f3cfad3f2e0a5cb0775da105e58ea46ab14a0d4bd892481e7ea9f58f265 -SIZE (chattahoochie-1.8.tar.gz) = 10404 +SHA256 (chattahoochie-1.9.tar.gz) = 3b42da38b6707994b8ec3be78c583a131319c1ce9722d6d5cb1e469402a52d28 +SIZE (chattahoochie-1.9.tar.gz) = 10401 diff --git a/net-im/chattahoochie/files/patch-Makefile b/net-im/chattahoochie/files/patch-Makefile deleted file mode 100644 index 670843ceae19..000000000000 --- a/net-im/chattahoochie/files/patch-Makefile +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.orig 2014-06-20 14:32:04.399506072 +0800 -+++ Makefile 2014-06-20 14:32:32.774504025 +0800 -@@ -29,7 +29,7 @@ chattahoochie: chattahoochie.c - install: all - ${INSTALL_PROGRAM} chattahoochie ${DEST} - ${SED} -e 's|%%PREFIX%%|${PREFIX}|1' chattahoochie.rcfile > chattahoochie.rc -- ${INSTALL_SCRIPT} chattahoochie.rc ${PREFIX}/etc/rc.d/chattahoochie -+ ${INSTALL_SCRIPT} chattahoochie.rc $(DESTDIR)${PREFIX}/etc/rc.d/chattahoochie - ${CP} chattahoochie.man chattahoochie.8 - ${GZIP_CMD} -f chattahoochie.8 - ${INSTALL_MAN} chattahoochie.8.gz ${MAN8DIR} diff --git a/net-im/chattahoochie/pkg-descr b/net-im/chattahoochie/pkg-descr index 8688ea0a3280..e6251ef46062 100644 --- a/net-im/chattahoochie/pkg-descr +++ b/net-im/chattahoochie/pkg-descr @@ -1,5 +1,3 @@ -Pickwick is a plain text small group chat server. It uses a simple -obfuscation scheme to keep traffic to and from the server unintelligible to -casual perusal. A client program, named weller(1) is also provided. +Chattahoochie is a plain text small group chat server. WWW: http://www.mammothcheese.ca/ |