diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2012-06-09 13:03:09 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2012-06-09 13:03:09 +0000 |
commit | 90c3bffd4560c92e3d5baf2221cf3842420c0691 (patch) | |
tree | 586d9c57d5efbf93320ef520258184ba6abae038 /www | |
parent | c5176f31540c42d175b128604471a13b07c05eb4 (diff) | |
download | ports-90c3bffd4560c92e3d5baf2221cf3842420c0691.tar.gz ports-90c3bffd4560c92e3d5baf2221cf3842420c0691.zip |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/webservices/Makefile | 10 | ||||
-rw-r--r-- | www/webservices/distinfo | 4 | ||||
-rw-r--r-- | www/webservices/pkg-plist | 3 |
3 files changed, 12 insertions, 5 deletions
diff --git a/www/webservices/Makefile b/www/webservices/Makefile index 334aaafaca3e..94e99fceb4b3 100644 --- a/www/webservices/Makefile +++ b/www/webservices/Makefile @@ -6,7 +6,7 @@ # PORTNAME= webservices -PORTVERSION= 0.4.0 +PORTVERSION= 0.5.5 CATEGORIES= www gnustep MASTER_SITES= ${MASTER_SITE_GNUSTEP} MASTER_SITE_SUBDIR= libs @@ -22,7 +22,13 @@ USE_GNUSTEP_BACK= yes USE_GNUSTEP_BUILD= yes USE_GNUSTEP_INSTALL= yes USE_GNUSTEP_LDCONFIG= ${GNUSTEP_LOCAL_LIBRARIES} +USE_GNUSTEP_LOCAL_LIBS+= Performance:${PERFORMANCE_PORT} -DEFAULT_LIBVERSION= 0.4 +DEFAULT_LIBVERSION= 0.5.0 +DEFAULT_LIBVERSION2= 0.5 +PLIST_SUB+= LIBVERSION2=${DEFAULT_LIBVERSION2} +PLIST_SUB+= MAJORLIBVERSION2=${DEFAULT_LIBVERSION2:C/([0-9]).*/\1/1} + +PERFORMANCE_PORT?= devel/performance .include <bsd.port.mk> diff --git a/www/webservices/distinfo b/www/webservices/distinfo index 5058dc835400..f4261feb564f 100644 --- a/www/webservices/distinfo +++ b/www/webservices/distinfo @@ -1,2 +1,2 @@ -SHA256 (WebServices-0.4.0.tar.gz) = 3ad94bcffa25d3fa0b23d4798576b465f3300f5d208fd84eff9c41cba33c7e55 -SIZE (WebServices-0.4.0.tar.gz) = 88879 +SHA256 (WebServices-0.5.5.tar.gz) = 111e29db4af72ba89873887229e3a656fa49d86bb7a40364bd04ac688f10c87c +SIZE (WebServices-0.5.5.tar.gz) = 102892 diff --git a/www/webservices/pkg-plist b/www/webservices/pkg-plist index e668fd99c8c1..3b0f6c6dd9fa 100644 --- a/www/webservices/pkg-plist +++ b/www/webservices/pkg-plist @@ -23,6 +23,7 @@ GNUstep/Local/Library/Documentation/WebServices/GWSService.html GNUstep/Local/Library/Documentation/WebServices/GWSType.gsdoc GNUstep/Local/Library/Documentation/WebServices/GWSType.html GNUstep/Local/Library/Documentation/WebServices/MainIndex.html +GNUstep/Local/Library/Documentation/WebServices/OrderedSymbolDeclarations.plist GNUstep/Local/Library/Documentation/WebServices/TypesAndConstants.gsdoc GNUstep/Local/Library/Documentation/WebServices/TypesAndConstants.html GNUstep/Local/Library/Documentation/WebServices/WSSUsernameToken.gsdoc @@ -46,6 +47,6 @@ GNUstep/Local/Library/Headers/WebServices/WSSUsernameToken.h GNUstep/Local/Library/Headers/WebServices/WebServices.h GNUstep/Local/Library/Libraries/libWebServices.so GNUstep/Local/Library/Libraries/libWebServices.so.%%LIBVERSION%% -GNUstep/Local/Library/Libraries/libWebServices.so.%%VERSION%% +GNUstep/Local/Library/Libraries/libWebServices.so.%%LIBVERSION2%% @dirrm GNUstep/Local/Library/Headers/WebServices @dirrm GNUstep/Local/Library/Documentation/WebServices |