diff options
author | Xin LI <delphij@FreeBSD.org> | 2007-12-12 20:57:40 +0000 |
---|---|---|
committer | Xin LI <delphij@FreeBSD.org> | 2007-12-12 20:57:40 +0000 |
commit | 309bd3ec7529b7e8eb0d49faaf6c46361c17791e (patch) | |
tree | 5942776ec593208136d947083da208999d39ee62 /devel/py-ice/Makefile | |
parent | b845472179ba375d3430dc342e2a48bd5095daf4 (diff) | |
download | ports-309bd3ec7529b7e8eb0d49faaf6c46361c17791e.tar.gz ports-309bd3ec7529b7e8eb0d49faaf6c46361c17791e.zip |
- Update to 3.2.1.
- Pass maintainership to submitter.
Submitted by: DIrk <dirk.ye at gmail.com>
PR: ports/118564
Notes
Notes:
svn path=/head/; revision=203396
Diffstat (limited to 'devel/py-ice/Makefile')
-rw-r--r-- | devel/py-ice/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/py-ice/Makefile b/devel/py-ice/Makefile index 50a5303cdb16..bea9ccc6a936 100644 --- a/devel/py-ice/Makefile +++ b/devel/py-ice/Makefile @@ -6,13 +6,13 @@ # PORTNAME= Ice -PORTVERSION= 3.2.0 +PORTVERSION= 3.2.1 CATEGORIES= devel python MASTER_SITES= http://www.zeroc.com/download/Ice/3.2/ PKGNAMEPREFIX= py- DISTNAME= IcePy-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= dirk.ye@gmail.com COMMENT= An Ice (Internet Communications Engine) language mapping for Python LIB_DEPENDS= Ice.${LIB_VRS}:${PORTSDIR}/devel/ice @@ -20,7 +20,7 @@ LIB_DEPENDS= Ice.${LIB_VRS}:${PORTSDIR}/devel/ice USE_GMAKE= yes USE_PYTHON= yes -LIB_VRS= ${PORTVERSION:S|.||g:C|0$||} +LIB_VRS= ${PORTVERSION:S|.||g:C|1$||} PLIST_SUB= LIB_VERSION="${PORTVERSION}" LIB_VRS="${LIB_VRS}" CFLAGS+= -ftemplate-depth-128 -fPIC -DPIC -Wall -D_REENTRANT ${PTHREAD_CFLAGS} |