mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
- Update to 3.2.1.
- Pass maintainership to submitter. Submitted by: DIrk <dirk.ye at gmail.com> PR: ports/118564
This commit is contained in:
parent
b845472179
commit
309bd3ec75
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=203396
@ -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}
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (IcePy-3.2.0.tar.gz) = e3ccb5040449c73c5da380b62fefa7cd
|
||||
SHA256 (IcePy-3.2.0.tar.gz) = 236cebc50b27552099fc2c1004baf4b908be04ce402c7a4541a17de115a76bf5
|
||||
SIZE (IcePy-3.2.0.tar.gz) = 169214
|
||||
MD5 (IcePy-3.2.1.tar.gz) = 2fdd8add2ea6271894392645f768e147
|
||||
SHA256 (IcePy-3.2.1.tar.gz) = 2a9ea57a370b8c0a4f3a880cbea03092f76efb417e27061f465278d95b720701
|
||||
SIZE (IcePy-3.2.1.tar.gz) = 166696
|
||||
|
@ -7,7 +7,7 @@ function library.
|
||||
|
||||
This Ice distribution is released under the GNU General Public License (GPL).
|
||||
|
||||
WWW: http://www.zeroc.org/
|
||||
WWW: http://www.zeroc.com/
|
||||
|
||||
- Boris B. Samorodov
|
||||
bsam@ipt.ru
|
||||
|
Loading…
Reference in New Issue
Block a user