diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2005-07-23 18:19:10 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2005-07-23 18:19:10 +0000 |
commit | 2c9dba61121f38016e34a87ae9d770858c69e393 (patch) | |
tree | 195913a7b872d13339be854b5fe99aee39453118 /devel/py-istring | |
parent | - Attempt to fix build on amd64 (diff) |
- Distfile is avaible now, un-mark DEPRECATED
- Add one more mirror to MASTER_SITES
- Pass maintainership to submitter
PR: 83956
Submitted by: Andrej Zverev <az@inec.ru>
Notes
Notes:
svn path=/head/; revision=139981
Diffstat (limited to 'devel/py-istring')
-rw-r--r-- | devel/py-istring/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/devel/py-istring/Makefile b/devel/py-istring/Makefile index 85ed637295c7..ac2095143241 100644 --- a/devel/py-istring/Makefile +++ b/devel/py-istring/Makefile @@ -9,14 +9,12 @@ PORTNAME= istring PORTVERSION= 1.0.1 CATEGORIES= devel python -MASTER_SITES= http://www.neosynapse.net/downloads/ +MASTER_SITES= http://www.neosynapse.net/downloads/ \ + http://core.inec.ru/~az/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= ${PORTNAME}${PORTVERSION:S/.//g} -DEPRECATED= "master site up but distfile unavailable" -EXPIRATION_DATE=2005-07-31 - -MAINTAINER= ports@FreeBSD.org +MAINTAINER= az@inec.ru COMMENT= Interpolated Strings USE_PYTHON= yes |