diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-10-08 12:53:01 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-10-08 12:53:01 +0000 |
commit | 9d83d3eeba5d0b33b6cd6529931d0a61703acf07 (patch) | |
tree | 8a9270774faaefb5d94898d18e3e44b35198502e /net-im | |
parent | New port: print/foomatic-db-engine (diff) |
- Update to 7.2.9.1
PR: 57740
Submitted by: Evgueni V. Gavrilov <aquatique@rusunix.org> (maintainer)
Notes
Notes:
svn path=/head/; revision=90632
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/ysm/Makefile | 9 | ||||
-rw-r--r-- | net-im/ysm/distinfo | 2 |
2 files changed, 8 insertions, 3 deletions
diff --git a/net-im/ysm/Makefile b/net-im/ysm/Makefile index 2814ac1cf094..269e02ca51d9 100644 --- a/net-im/ysm/Makefile +++ b/net-im/ysm/Makefile @@ -6,20 +6,21 @@ # PORTNAME= ysm -PORTVERSION= 7.2.9.0 +PORTVERSION= 7.2.9.1 PORTREVISION= 0 CATEGORIES= net MASTER_SITES= ftp://rusunix.org/pub/FreeBSD/distfiles/ \ http://aquatique.rusunix.org/ \ ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -DISTNAME= ysmv7_2_9_0 +DISTNAME= ${PORTNAME}v${PORTVERSION:S/./_/g} MAINTAINER= aquatique@rusunix.org COMMENT= Command line ICQ client with ICQ2000 and recoding support LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv +USE_REINPLACE= yes USE_BZIP2= yes USE_GMAKE= yes GNU_CONFIGURE= yes @@ -29,4 +30,8 @@ CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \ MAN1= ysm.1 +post-patch: + @${REINPLACE_CMD} -e \ + 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure + .include <bsd.port.mk> diff --git a/net-im/ysm/distinfo b/net-im/ysm/distinfo index b80afbef86f6..c842db257cef 100644 --- a/net-im/ysm/distinfo +++ b/net-im/ysm/distinfo @@ -1 +1 @@ -MD5 (ysmv7_2_9_0.tar.bz2) = db80a0b66317719b34a2669c6c04f997 +MD5 (ysmv7_2_9_1.tar.bz2) = cb7da8e88a091573e822a1c102df31bb |