diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2005-11-25 05:48:56 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2005-11-25 05:48:56 +0000 |
commit | ac6d9f8f018e6e5f85a34df7b177f6fd42e0406a (patch) | |
tree | 8089687e783974a7cf45874f4618a381ffe273b7 | |
parent | 72fe0001a8ffc683a788ab92e5d803b39e986778 (diff) |
Notes
-rw-r--r-- | net-im/pebrot/Makefile | 7 | ||||
-rw-r--r-- | net-im/pebrot/distinfo | 5 |
2 files changed, 7 insertions, 5 deletions
diff --git a/net-im/pebrot/Makefile b/net-im/pebrot/Makefile index f0490376e970..0f52e02205e5 100644 --- a/net-im/pebrot/Makefile +++ b/net-im/pebrot/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= pebrot -PORTVERSION= 0.8.7 +PORTVERSION= 0.8.7.1 CATEGORIES= net-im MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -13,9 +13,10 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= kevlo@FreeBSD.org COMMENT= Text-based MSN messenger client -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/cjkcodecs/__init__.py:${PORTSDIR}/converters/py-cjkcodecs - USE_PYTHON= 2.1+ USE_PYDISTUTILS= yes +post-extract: + @${FIND} ${WRKSRC} -name CVS -type d | ${XARGS} ${RM} -fr + .include <bsd.port.mk> diff --git a/net-im/pebrot/distinfo b/net-im/pebrot/distinfo index 41ba4c7b2a62..467048f52485 100644 --- a/net-im/pebrot/distinfo +++ b/net-im/pebrot/distinfo @@ -1,2 +1,3 @@ -MD5 (pebrot-0.8.7.tar.gz) = 9acfaedb0e3d0c3b25505952403f0d0b -SIZE (pebrot-0.8.7.tar.gz) = 80701 +MD5 (pebrot-0.8.7.1.tar.gz) = e580126093d10c92c1faa01806a2e0a0 +SHA256 (pebrot-0.8.7.1.tar.gz) = 989bcdbafd4b1c81d82d618f725e2d0c4e6e493191589a5ee997fa497a1962ac +SIZE (pebrot-0.8.7.1.tar.gz) = 87034 |