diff options
Diffstat (limited to 'net/opendchub')
-rw-r--r-- | net/opendchub/Makefile | 8 | ||||
-rw-r--r-- | net/opendchub/distinfo | 2 | ||||
-rw-r--r-- | net/opendchub/pkg-comment | 1 | ||||
-rw-r--r-- | net/opendchub/pkg-descr | 3 | ||||
-rw-r--r-- | net/opendchub/pkg-plist | 1 |
5 files changed, 9 insertions, 6 deletions
diff --git a/net/opendchub/Makefile b/net/opendchub/Makefile index 7bd277d129a..d52137f09d6 100644 --- a/net/opendchub/Makefile +++ b/net/opendchub/Makefile @@ -6,17 +6,23 @@ # PORTNAME= opendchub -PORTVERSION= 0.7.3 +PORTVERSION= 0.7.4 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org +COMMENT= Unofficial Unix version of the Direct Connect Hub software USE_PERL5= yes USE_GMAKE= yes GNU_CONFIGURE= yes +post-patch: +.for file in src/fileio.c src/main.c + @${PERL} -pi -e 's|#include <crypt.h>||g' ${WRKSRC}/${file} +.endfor + post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} diff --git a/net/opendchub/distinfo b/net/opendchub/distinfo index 2d3a3b4f483..b604c87d8cd 100644 --- a/net/opendchub/distinfo +++ b/net/opendchub/distinfo @@ -1 +1 @@ -MD5 (opendchub-0.7.3.tar.gz) = 56b07b1677427b07145a2b1639d05866 +MD5 (opendchub-0.7.4.tar.gz) = d79d30daed85e884b2bef176ebd2c374 diff --git a/net/opendchub/pkg-comment b/net/opendchub/pkg-comment deleted file mode 100644 index c394b3e274f..00000000000 --- a/net/opendchub/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Unofficial Unix version of the Direct Connect Hub software diff --git a/net/opendchub/pkg-descr b/net/opendchub/pkg-descr index 438dd411ecc..0e6012fa983 100644 --- a/net/opendchub/pkg-descr +++ b/net/opendchub/pkg-descr @@ -7,6 +7,3 @@ or the network, or browse files of other users connected to the hub. WWW: http://opendchub.sourceforge.net/ - -- Munish Chopra -mchopra@engmail.uwaterloo.ca diff --git a/net/opendchub/pkg-plist b/net/opendchub/pkg-plist index 8a7e330c2c9..85a1eb765da 100644 --- a/net/opendchub/pkg-plist +++ b/net/opendchub/pkg-plist @@ -1,3 +1,4 @@ +@comment $FreeBSD$ bin/opendchub %%PORTDOCS%%share/doc/opendchub/README %%PORTDOCS%%@dirrm share/doc/opendchub |