diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-04-03 02:58:06 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-04-03 02:58:06 +0000 |
commit | 32a01af4fab6a2f7fba965797df2ec3495b82746 (patch) | |
tree | bf9c28f372b4d934625dbcd2e6ca0a40e444c6c5 /net/openslp | |
parent | Update to 0.60. (diff) |
Update to 1.0.11.
Notes
Notes:
svn path=/head/; revision=78020
Diffstat (limited to 'net/openslp')
-rw-r--r-- | net/openslp/Makefile | 9 | ||||
-rw-r--r-- | net/openslp/distinfo | 2 |
2 files changed, 9 insertions, 2 deletions
diff --git a/net/openslp/Makefile b/net/openslp/Makefile index 5b55704d083b..f412b9f53b31 100644 --- a/net/openslp/Makefile +++ b/net/openslp/Makefile @@ -6,7 +6,7 @@ # PORTNAME= openslp -PORTVERSION= 1.0.10 +PORTVERSION= 1.0.11 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= openslp @@ -33,6 +33,13 @@ CONFIGURE_ARGS+= --enable-async-api INSTALLS_SHLIB= yes +pre-everything:: + @${ECHO_MSG} "" + @${ECHO_MSG} "OpenSLP has the following tunable option(s):" + @${ECHO_MSG} " WITH_SLP_SECURITY=yes Turns on SLPv2 security support" + @${ECHO_MSG} " WITH_ASYNC_API=yes Enable asynchronous communication API" + @${ECHO_MSG} "" + post-extract: @(cd ${WRKSRC}; \ ${FIND} doc -type f -path '*/CVS/*' -delete; \ diff --git a/net/openslp/distinfo b/net/openslp/distinfo index f525e786b71c..4f2e7691036f 100644 --- a/net/openslp/distinfo +++ b/net/openslp/distinfo @@ -1 +1 @@ -MD5 (openslp-1.0.10.tar.gz) = 7675e332a3df447850cf4ed17e4fe6f3 +MD5 (openslp-1.0.11.tar.gz) = 0ec965956ad1f66850f050b19c828b55 |