diff options
author | marcus <marcus@FreeBSD.org> | 2003-04-03 10:58:06 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-04-03 10:58:06 +0800 |
commit | 9bd75079be8bed55ac93bd856809a107ec4650ff (patch) | |
tree | 94286453ce2a73f1040140dd3c58bebc40a6fc0f /net/openslp | |
parent | 5bd12bbdacdc4fcf4d3647a924157645fd6e0b34 (diff) | |
download | freebsd-ports-gnome-9bd75079be8bed55ac93bd856809a107ec4650ff.tar.gz freebsd-ports-gnome-9bd75079be8bed55ac93bd856809a107ec4650ff.tar.zst freebsd-ports-gnome-9bd75079be8bed55ac93bd856809a107ec4650ff.zip |
Update to 1.0.11.
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 |