aboutsummaryrefslogtreecommitdiff
path: root/www/wsdlpull/Makefile
diff options
context:
space:
mode:
authorPhilip M. Gollucci <pgollucci@FreeBSD.org>2009-12-16 02:41:17 +0000
committerPhilip M. Gollucci <pgollucci@FreeBSD.org>2009-12-16 02:41:17 +0000
commit6a24f1013bd2b6e7b382aed83144caaac91054b2 (patch)
tree4f060f1b6a1e0434354b0429e439aa5434b73019 /www/wsdlpull/Makefile
parentf2ce7ac650e49366da55ce11f800f1447ad0c125 (diff)
downloadports-6a24f1013bd2b6e7b382aed83144caaac91054b2.tar.gz
ports-6a24f1013bd2b6e7b382aed83144caaac91054b2.zip
- Fix for amd64
A nasty bug strikes on systems, where size_t and unsigned int are different things -- such as most 64-bit systems. Stuffing the (size_t)-1 into unsigned int results in 0xffff, which is different from string::npos (0xffffffff)... Submitted by: Mikhail T. <mi+thun@aldan.algebra.com> (via e-mail)
Notes
Notes: svn path=/head/; revision=245955
Diffstat (limited to 'www/wsdlpull/Makefile')
-rw-r--r--www/wsdlpull/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/www/wsdlpull/Makefile b/www/wsdlpull/Makefile
index c5bd1d7cddff..f109348db845 100644
--- a/www/wsdlpull/Makefile
+++ b/www/wsdlpull/Makefile
@@ -8,6 +8,7 @@
PORTNAME= wsdlpull
PORTVERSION= 1.23
+PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}%20${PORTVERSION}