diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2005-06-06 06:39:39 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2005-06-06 06:39:39 +0000 |
commit | 0e945210a51a0410e264f4abc354062c02c13a4c (patch) | |
tree | 0545924776a3320a6638bb4d52c8b31d95d6e536 /net/cnd | |
parent | d8f397a82b2246fe72e321c196d9e0fbcb4198e2 (diff) | |
download | ports-0e945210a51a0410e264f4abc354062c02c13a4c.tar.gz ports-0e945210a51a0410e264f4abc354062c02c13a4c.zip |
- Update to 0.7
- Switch to PLIST_FILES
PR: 81402
Submitted by: Andrej Zverev <az@inec.ru>
Approved by: maintainer timeout
Notes
Notes:
svn path=/head/; revision=136889
Diffstat (limited to 'net/cnd')
-rw-r--r-- | net/cnd/Makefile | 4 | ||||
-rw-r--r-- | net/cnd/distinfo | 4 | ||||
-rw-r--r-- | net/cnd/pkg-plist | 1 |
3 files changed, 5 insertions, 4 deletions
diff --git a/net/cnd/Makefile b/net/cnd/Makefile index 3b7e4ace8e63..5c0af9254a40 100644 --- a/net/cnd/Makefile +++ b/net/cnd/Makefile @@ -6,11 +6,13 @@ # PORTNAME= cnd -PORTVERSION= 0.6 +PORTVERSION= 0.7 CATEGORIES= net MASTER_SITES= http://members.iinet.net.au/~lynx/cnd/ MAINTAINER= sisko@bsdmail.com COMMENT= Console network display +PLIST_FILES= bin/cnd + .include <bsd.port.mk> diff --git a/net/cnd/distinfo b/net/cnd/distinfo index 5731e280790c..3ddd08aa4024 100644 --- a/net/cnd/distinfo +++ b/net/cnd/distinfo @@ -1,2 +1,2 @@ -MD5 (cnd-0.6.tar.gz) = efe4219d257a6fa7883351cd954a5cf0 -SIZE (cnd-0.6.tar.gz) = 5724 +MD5 (cnd-0.7.tar.gz) = ce3cc65403429f8a896e05924242c91a +SIZE (cnd-0.7.tar.gz) = 5703 diff --git a/net/cnd/pkg-plist b/net/cnd/pkg-plist deleted file mode 100644 index be44eeaa2d3a..000000000000 --- a/net/cnd/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/cnd |