aboutsummaryrefslogtreecommitdiff
path: root/net/easysoap
diff options
context:
space:
mode:
authorGreg Larkin <glarkin@FreeBSD.org>2009-04-25 01:29:28 +0000
committerGreg Larkin <glarkin@FreeBSD.org>2009-04-25 01:29:28 +0000
commit4390c6843fd2f4239e7fa0fb13b91b30dd04ada8 (patch)
treea8e674a9ad212b57353f43df7ca0ee05e63eda87 /net/easysoap
parent72a932922fbaafa787f706379a00f26ca578c8ec (diff)
downloadports-4390c6843fd2f4239e7fa0fb13b91b30dd04ada8.tar.gz
ports-4390c6843fd2f4239e7fa0fb13b91b30dd04ada8.zip
- Unbreak for amd64/6.X by adding GCC 4.2+ as build dep
- Use correct OSVERSION value for GCC version detection - Take maintainership - Minor stylistic cleanups - Bump PORTREVISION Reported by: pointyhat
Notes
Notes: svn path=/head/; revision=232700
Diffstat (limited to 'net/easysoap')
-rw-r--r--net/easysoap/Makefile11
1 files changed, 5 insertions, 6 deletions
diff --git a/net/easysoap/Makefile b/net/easysoap/Makefile
index ddad2eb02198..5566e5e8bd7b 100644
--- a/net/easysoap/Makefile
+++ b/net/easysoap/Makefile
@@ -7,13 +7,12 @@
PORTNAME= easysoap
PORTVERSION= 0.8.0
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= net
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= ${PORTNAME}
+MASTER_SITES= SF
DISTNAME= EasySoap++-${PORTVERSION}
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= glarkin@FreeBSD.org
COMMENT= C++ SOAP Library based on expat
LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2
@@ -26,8 +25,8 @@ USE_LDCONFIG= yes
.include <bsd.port.pre.mk>
-.if ${OSVERSION} < 700000 && ${ARCH} == "amd64"
-BROKEN= does not compile on FreeBSD/amd64 6.X
+.if ${OSVERSION} < 700042 && ${ARCH} == "amd64"
+USE_GCC= 4.2+
.endif
post-patch: