diff options
author | bapt <bapt@FreeBSD.org> | 2012-06-08 17:13:27 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2012-06-08 17:13:27 +0800 |
commit | 24894a379bb7dbdab1757d74c3c1a130e7b223bf (patch) | |
tree | 073590e6f2d445e06e69c00457472f0d63863b26 /devel | |
parent | a8373252b0bf607d321277fd0054ac8075b5a445 (diff) | |
download | freebsd-ports-gnome-24894a379bb7dbdab1757d74c3c1a130e7b223bf.tar.gz freebsd-ports-gnome-24894a379bb7dbdab1757d74c3c1a130e7b223bf.tar.zst freebsd-ports-gnome-24894a379bb7dbdab1757d74c3c1a130e7b223bf.zip |
Fix master_site and distfile name (still the same distfile, just name has
changed)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/lua50-compat51/Makefile | 4 | ||||
-rw-r--r-- | devel/lua50-compat51/distinfo | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/devel/lua50-compat51/Makefile b/devel/lua50-compat51/Makefile index 5f6b15ec8fce..56b17da3402a 100644 --- a/devel/lua50-compat51/Makefile +++ b/devel/lua50-compat51/Makefile @@ -6,10 +6,10 @@ # PORTNAME= compat -PORTVERSION= ${CVER}.${CREV} +DISTVERSION= ${CVER}${CREV} PORTREVISION= 1 CATEGORIES= devel -MASTER_SITES= http://luaforge.net/frs/download.php/1410/ +MASTER_SITES= http://files.luaforge.net/releases/compat/Compat-5.1/Compat-5.1release5/ PKGNAMEPREFIX= ${LUA_PKGNAMEPREFIX} MAINTAINER= ports@FreeBSD.org diff --git a/devel/lua50-compat51/distinfo b/devel/lua50-compat51/distinfo index bd42b7286f63..f11d8eeb1402 100644 --- a/devel/lua50-compat51/distinfo +++ b/devel/lua50-compat51/distinfo @@ -1,2 +1,2 @@ -SHA256 (compat-5.1.r5.tar.gz) = 93262ad793552c338b825e6b67c903063aa07625952ef643d126ae60949c8ab6 -SIZE (compat-5.1.r5.tar.gz) = 2977 +SHA256 (compat-5.1r5.tar.gz) = 93262ad793552c338b825e6b67c903063aa07625952ef643d126ae60949c8ab6 +SIZE (compat-5.1r5.tar.gz) = 2977 |