aboutsummaryrefslogtreecommitdiff
path: root/net-im/icmpchat
diff options
context:
space:
mode:
authorYen-Ming Lee <leeym@FreeBSD.org>2003-06-15 14:58:25 +0000
committerYen-Ming Lee <leeym@FreeBSD.org>2003-06-15 14:58:25 +0000
commit56ccf6bac8b48288c983922e751d1a3461d5b08b (patch)
treee0803af9714973413e166fda6a5c9a1265ce5d42 /net-im/icmpchat
parent6734a5dfd60274d6349e6923347eea630f53e5ba (diff)
downloadports-56ccf6bac8b48288c983922e751d1a3461d5b08b.tar.gz
ports-56ccf6bac8b48288c983922e751d1a3461d5b08b.zip
updates ports/net/icmpchat from 0.5.1 to 0.6
PR: 53344 Submitted by: Matthew West <mwest@uct.ac.za>
Notes
Notes: svn path=/head/; revision=83019
Diffstat (limited to 'net-im/icmpchat')
-rw-r--r--net-im/icmpchat/Makefile17
-rw-r--r--net-im/icmpchat/distinfo2
-rw-r--r--net-im/icmpchat/pkg-descr6
-rw-r--r--net-im/icmpchat/pkg-plist6
4 files changed, 20 insertions, 11 deletions
diff --git a/net-im/icmpchat/Makefile b/net-im/icmpchat/Makefile
index adca2634941f..9e80ec8b310e 100644
--- a/net-im/icmpchat/Makefile
+++ b/net-im/icmpchat/Makefile
@@ -6,24 +6,29 @@
#
PORTNAME= icmpchat
-PORTVERSION= 0.5.1
+PORTVERSION= 0.6
CATEGORIES= net
-MASTER_SITES= http://www.codito.de/prog/
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= icmpchat
MAINTAINER= mwest@uct.ac.za
-COMMENT= Simple chat program based on the ICMP protocol
+COMMENT= Simple console-based chat that uses the ICMP protocol
USE_REINPLACE= yes
pre-patch:
- @${REINPLACE_CMD} -e 's|-O3 -Wall|${CFLAGS}|;s|= gcc|?= gcc|; \
- s|default|all|' ${WRKSRC}/Makefile
+ @${REINPLACE_CMD} -e 's|-O2 -Wall -pedantic|${CFLAGS}|;\
+ s|= gcc|?= gcc|;s|default|all|' ${WRKSRC}/Makefile
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/icmpchat ${PREFIX}/bin
.if !defined(NOPORTDOCS)
@${INSTALL} -d -o ${DOCOWN} -g ${DOCGRP} -m 555 ${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/Changes ${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/License ${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/Problems ${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/Readme ${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/Todo ${DOCSDIR}
.endif
.include <bsd.port.mk>
diff --git a/net-im/icmpchat/distinfo b/net-im/icmpchat/distinfo
index b7603e389204..193c5c3e23ab 100644
--- a/net-im/icmpchat/distinfo
+++ b/net-im/icmpchat/distinfo
@@ -1 +1 @@
-MD5 (icmpchat-0.5.1.tar.gz) = 14ce68689957e975b5eca98705f4d8e3
+MD5 (icmpchat-0.6.tar.gz) = da80b62f42debd6f5f031b8d736bcca3
diff --git a/net-im/icmpchat/pkg-descr b/net-im/icmpchat/pkg-descr
index 17a15d04c47a..2c1a202201c4 100644
--- a/net-im/icmpchat/pkg-descr
+++ b/net-im/icmpchat/pkg-descr
@@ -1,7 +1,7 @@
-ICMP Chat is a simple chat. The difference to other chat programs is
-the fact that this one is based on the ICMP protocol.
+ICMP-Chat is a simple console-based chat that uses ICMP packets for
+communication. The data is encrypted using the Rijndael-256 algorithm.
-WWW: http://www.codito.de/
+WWW: http://icmpchat.sourceforge.net/
--
mwest@uct.ac.za
diff --git a/net-im/icmpchat/pkg-plist b/net-im/icmpchat/pkg-plist
index 96971ec2f5fe..543d8019c927 100644
--- a/net-im/icmpchat/pkg-plist
+++ b/net-im/icmpchat/pkg-plist
@@ -1,3 +1,7 @@
bin/icmpchat
-%%PORTDOCS%%share/doc/icmpchat/README
+%%PORTDOCS%%share/doc/icmpchat/Changes
+%%PORTDOCS%%share/doc/icmpchat/License
+%%PORTDOCS%%share/doc/icmpchat/Problems
+%%PORTDOCS%%share/doc/icmpchat/Readme
+%%PORTDOCS%%share/doc/icmpchat/Todo
%%PORTDOCS%%@dirrm share/doc/icmpchat