aboutsummaryrefslogtreecommitdiff
path: root/net-p2p/opendchub
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2009-09-16 14:27:22 +0000
committerMartin Wilke <miwi@FreeBSD.org>2009-09-16 14:27:22 +0000
commit4464cbd6e123ed9111b77d1da38e5c7c02e12676 (patch)
tree2539c6e0f6117b2ec212585e7b98ba97e85e350b /net-p2p/opendchub
parentbeffbeab5d2cdb4d5fe115b34d06a4c1522d2a4d (diff)
downloadports-4464cbd6e123ed9111b77d1da38e5c7c02e12676.tar.gz
ports-4464cbd6e123ed9111b77d1da38e5c7c02e12676.zip
- Update to 0.7.16
PR: 138819 Submitted by: Ports Fury Feature safe: yes
Notes
Notes: svn path=/head/; revision=241524
Diffstat (limited to 'net-p2p/opendchub')
-rw-r--r--net-p2p/opendchub/Makefile11
-rw-r--r--net-p2p/opendchub/distinfo6
-rw-r--r--net-p2p/opendchub/files/patch-telnet_chat_fix11
-rw-r--r--net-p2p/opendchub/pkg-plist6
4 files changed, 12 insertions, 22 deletions
diff --git a/net-p2p/opendchub/Makefile b/net-p2p/opendchub/Makefile
index caab289f976d..11e188d1ff5e 100644
--- a/net-p2p/opendchub/Makefile
+++ b/net-p2p/opendchub/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= opendchub
-PORTVERSION= 0.7.15
+PORTVERSION= 0.7.16
CATEGORIES= net-p2p
MASTER_SITES= SF/${PORTNAME}/Open%20DC%20Hub/${PORTVERSION}
@@ -14,9 +14,16 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Unofficial Unix version of the Direct Connect Hub software
USE_PERL5= yes
+USE_OPENSSL= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
-CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include"
+CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}"
+
+PORTDOCS= README configfiles general scriptdoc
+PLIST_FILES= bin/${PORTNAME}
+
+CPPFLAGS= -I${LOCALBASE}/include
+LDFLAGS= -L${LOCALBASE}/lib
post-install:
.if !defined(NOPORTDOCS)
diff --git a/net-p2p/opendchub/distinfo b/net-p2p/opendchub/distinfo
index a2e813b3b037..ceb70637a3a2 100644
--- a/net-p2p/opendchub/distinfo
+++ b/net-p2p/opendchub/distinfo
@@ -1,3 +1,3 @@
-MD5 (opendchub-0.7.15.tar.gz) = 8f9ab5bb7f85730f4b1ce7cceb6aef96
-SHA256 (opendchub-0.7.15.tar.gz) = cae88a6d3faceb5da35e30399ba0613c85a437f3c85a5b02b954fc1161a965b1
-SIZE (opendchub-0.7.15.tar.gz) = 193507
+MD5 (opendchub-0.7.16.tar.gz) = 81231a770b5fe2cb9360d0c03f004ce7
+SHA256 (opendchub-0.7.16.tar.gz) = 009e0c87e37f2840d40f82edd46cbffed9f3c3ac057b0d0b6b9c254587fbb31b
+SIZE (opendchub-0.7.16.tar.gz) = 234982
diff --git a/net-p2p/opendchub/files/patch-telnet_chat_fix b/net-p2p/opendchub/files/patch-telnet_chat_fix
deleted file mode 100644
index 79ade0c6ef26..000000000000
--- a/net-p2p/opendchub/files/patch-telnet_chat_fix
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/main.c.orig Sun Feb 13 16:54:21 2005
-+++ src/main.c Sun Feb 13 16:55:31 2005
-@@ -1056,7 +1056,7 @@
- /* The chat command, starts with <nick> */
- else if(*temp == '<')
- {
-- if((user->type & (SCRIPT | UNKEYED | LINKED | NON_LOGGED)) == 0)
-+ if((user->type & (SCRIPT | UNKEYED | LINKED | NON_LOGGED | NON_LOGGED_ADM)) == 0)
- chat(temp, user);
- }
-
diff --git a/net-p2p/opendchub/pkg-plist b/net-p2p/opendchub/pkg-plist
deleted file mode 100644
index 95e46e251163..000000000000
--- a/net-p2p/opendchub/pkg-plist
+++ /dev/null
@@ -1,6 +0,0 @@
-bin/opendchub
-%%PORTDOCS%%%%DOCSDIR%%/README
-%%PORTDOCS%%%%DOCSDIR%%/configfiles
-%%PORTDOCS%%%%DOCSDIR%%/general
-%%PORTDOCS%%%%DOCSDIR%%/scriptdoc
-%%PORTDOCS%%@dirrm %%DOCSDIR%%