diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-05-27 16:09:44 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-05-27 16:09:44 +0000 |
commit | 1e17dd41810ea9163b16db176c875df342a2e017 (patch) | |
tree | 89606552f28ec2436512bd0e4f60f4303bc21645 /editors/nano | |
parent | 38683ce8338e8730bc8238fbffd1109b1dba4e8c (diff) | |
download | FreeBSD-ports-1e17dd41810ea9163b16db176c875df342a2e017.zip FreeBSD-ports-1e17dd41810ea9163b16db176c875df342a2e017.tar.gz |
upgrade to 1.0.2
add gnu as master site
PR: 27381
Submitted by: Chang, Hye-Shik <perky@python.or.kr>
Diffstat (limited to 'editors/nano')
-rw-r--r-- | editors/nano/Makefile | 5 | ||||
-rw-r--r-- | editors/nano/distinfo | 2 |
2 files changed, 4 insertions, 3 deletions
diff --git a/editors/nano/Makefile b/editors/nano/Makefile index ded9691..48a1b1c 100644 --- a/editors/nano/Makefile +++ b/editors/nano/Makefile @@ -6,10 +6,11 @@ # PORTNAME= nano -PORTVERSION= 1.0.1 +PORTVERSION= 1.0.2 CATEGORIES= editors -MASTER_SITES= http://www.nano-editor.org/dist/ \ +MASTER_SITES= http://www.nano-editor.org/dist/v1.0/ \ http://www.asty.org/nano/dist/ \ + ${MASTER_SITE_GNU} \ ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/editors/nano/distinfo b/editors/nano/distinfo index 38c7945..6248f7a 100644 --- a/editors/nano/distinfo +++ b/editors/nano/distinfo @@ -1 +1 @@ -MD5 (nano-1.0.1.tar.gz) = 0bd21e512c8cb8ad8a21c0990bf195a4 +MD5 (nano-1.0.2.tar.gz) = 5535dcaf7f412d6fe0b9f4505f3ff4e9 |