diff options
author | lioux <lioux@FreeBSD.org> | 2002-12-19 00:59:29 +0000 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2002-12-19 00:59:29 +0000 |
commit | 6f17553ad1f400cfcaa0c4788ff3865336d42d81 (patch) | |
tree | 9d36bc8e66914fda860623ae3a437e45ea0786d2 /dns/ipcheck | |
parent | 6b26a454f990bfdfbe7419d8e2dfad0ed0f7f879 (diff) | |
download | FreeBSD-ports-6f17553ad1f400cfcaa0c4788ff3865336d42d81.zip FreeBSD-ports-6f17553ad1f400cfcaa0c4788ff3865336d42d81.tar.gz |
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)
Diffstat (limited to 'dns/ipcheck')
-rw-r--r-- | dns/ipcheck/Makefile | 16 | ||||
-rw-r--r-- | dns/ipcheck/distinfo | 2 |
2 files changed, 9 insertions, 9 deletions
diff --git a/dns/ipcheck/Makefile b/dns/ipcheck/Makefile index c5b244d..43f050f 100644 --- a/dns/ipcheck/Makefile +++ b/dns/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/dns/ipcheck/distinfo b/dns/ipcheck/distinfo index 44e6247e..a7bfa2a 100644 --- a/dns/ipcheck/distinfo +++ b/dns/ipcheck/distinfo @@ -1 +1 @@ -MD5 (ipcheck.py) = 0f460ecb02d2c4f3e9a58731e7366c36 +MD5 (ipcheck-0.198.tar.bz2) = 1da645cde7c080be7e25bdc16df3ead2 |