diff options
-rw-r--r-- | net-im/ysm/Makefile | 9 | ||||
-rw-r--r-- | net-im/ysm/distinfo | 2 | ||||
-rw-r--r-- | net/ysm/Makefile | 9 | ||||
-rw-r--r-- | net/ysm/distinfo | 2 |
4 files changed, 16 insertions, 6 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 diff --git a/net/ysm/Makefile b/net/ysm/Makefile index 2814ac1cf094..269e02ca51d9 100644 --- a/net/ysm/Makefile +++ b/net/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/ysm/distinfo b/net/ysm/distinfo index b80afbef86f6..c842db257cef 100644 --- a/net/ysm/distinfo +++ b/net/ysm/distinfo @@ -1 +1 @@ -MD5 (ysmv7_2_9_0.tar.bz2) = db80a0b66317719b34a2669c6c04f997 +MD5 (ysmv7_2_9_1.tar.bz2) = cb7da8e88a091573e822a1c102df31bb |