diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-12-19 00:59:29 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-12-19 00:59:29 +0000 |
commit | 6c77f63d478f2176bcfe0bb5ed826753645749be (patch) | |
tree | 3992d73bc3a5ff572b2b0689726c1d308b1610ac /net | |
parent | Fix ghostscript on ia64. The logic to determine what the minimum (diff) |
o Update to 0.198
o House a copy under MASTER_SITE_LOCAL: the local copy will be
versioned, developer has yet to be convinced of the advantages
of distributing versioned files
Approved by: portmgr (knu)
Notes
Notes:
svn path=/head/; revision=71721
Diffstat (limited to 'net')
-rw-r--r-- | net/ipcheck/Makefile | 16 | ||||
-rw-r--r-- | net/ipcheck/distinfo | 2 |
2 files changed, 9 insertions, 9 deletions
diff --git a/net/ipcheck/Makefile b/net/ipcheck/Makefile index c5b244d5ca9d..43f050f6695e 100644 --- a/net/ipcheck/Makefile +++ b/net/ipcheck/Makefile @@ -6,18 +6,17 @@ # PORTNAME= ipcheck -PORTVERSION= 0.196 +PORTVERSION= 0.198 PORTEPOCH= 1 CATEGORIES= net -MASTER_SITES= http://ipcheck.sourceforge.net/%SUBDIR%/ -MASTER_SITE_SUBDIR= . release -DISTNAME= ipcheck.py -EXTRACT_SUFX= -EXTRACT_ONLY= +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= lioux MAINTAINER= lioux@FreeBSD.org +USE_BZIP2= yes USE_PYTHON= yes +USE_REINPLACE= yes NO_WRKSUBDIR= yes NO_BUILD= yes @@ -31,9 +30,10 @@ pre-everything:: .endif do-patch: - @${SED} -e "s!/usr/bin/python!${LOCALBASE}/bin/python!" \ + @${REINPLACE_CMD} \ + -e "s!/usr/bin/python!${LOCALBASE}/bin/python!" \ -e "s!ppp0!tun0!" \ - ${DISTDIR}/${DISTNAME} > ${WRKDIR}/${DISTNAME} + ${WRKDIR}/ipcheck.py do-install: @${INSTALL_SCRIPT} ${WRKDIR}/${DISTNAME} ${PREFIX}/bin/${PORTNAME}.py diff --git a/net/ipcheck/distinfo b/net/ipcheck/distinfo index 44e6247ef024..a7bfa2aa2ad7 100644 --- a/net/ipcheck/distinfo +++ b/net/ipcheck/distinfo @@ -1 +1 @@ -MD5 (ipcheck.py) = 0f460ecb02d2c4f3e9a58731e7366c36 +MD5 (ipcheck-0.198.tar.bz2) = 1da645cde7c080be7e25bdc16df3ead2 |