svn commit: r425867 - branches/2016Q4/lang/maude
Rene Ladan
rene at FreeBSD.org
Fri Nov 11 07:08:04 UTC 2016
Author: rene
Date: Fri Nov 11 07:08:02 2016
New Revision: 425867
URL: https://svnweb.freebsd.org/changeset/ports/425867
Log:
MFH: r425771
lang/maude: fix fetching and unexpire
The MASTER_SITES was changed and so was the name of one distfile, the
contents remained the same.
PR: 210018
Submitted by: Keith Gaughan <k at stereochro.me>
Approved by: ports-secteam (junovitch)
Modified:
branches/2016Q4/lang/maude/Makefile
branches/2016Q4/lang/maude/distinfo
Directory Properties:
branches/2016Q4/ (props changed)
Modified: branches/2016Q4/lang/maude/Makefile
==============================================================================
--- branches/2016Q4/lang/maude/Makefile Fri Nov 11 07:06:47 2016 (r425866)
+++ branches/2016Q4/lang/maude/Makefile Fri Nov 11 07:08:02 2016 (r425867)
@@ -5,16 +5,12 @@ PORTNAME= maude
PORTVERSION= 2.6
PORTREVISION= 1
CATEGORIES= lang
-MASTER_SITES= http://maude.cs.uiuc.edu/versions/${PORTVERSION}/
+MASTER_SITES= http://maude.cs.illinois.edu/versions/${PORTVERSION}/
DISTNAME= Maude-${PORTVERSION}
MAINTAINER= ports at FreeBSD.org
COMMENT= High-performance reflective language
-BROKEN= unfetchable
-DEPRECATED= Broken for more than 6 months
-EXPIRATION_DATE= 2016-07-04
-
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
@@ -48,7 +44,7 @@ EXTRA_PATCHES+= ${FILESDIR}/extra-patch-
.if ${PORT_OPTIONS:MFULL_MAUDE}
MASTER_SITES+= http://maude.lcc.uma.es/FullMaude/FM${FULL_MAUDE_VER}/:fm
FULL_MAUDE= full-maude${FULL_MAUDE_VER}.maude
-FULL_MAUDE_DIST= ${FULL_MAUDE}.zip
+FULL_MAUDE_DIST= full-maude.maude.zip
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${FULL_MAUDE_DIST}:fm
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
EXTRACT_DEPENDS+= ${LOCALBASE}/bin/unzip:archivers/unzip
Modified: branches/2016Q4/lang/maude/distinfo
==============================================================================
--- branches/2016Q4/lang/maude/distinfo Fri Nov 11 07:06:47 2016 (r425866)
+++ branches/2016Q4/lang/maude/distinfo Fri Nov 11 07:08:02 2016 (r425867)
@@ -1,4 +1,5 @@
+TIMESTAMP = 1478641858
SHA256 (Maude-2.6.tar.gz) = a5ba79bf3d30565c874e80b3531b51a7e835b600e86cac82508a6eb9e15f4aa0
SIZE (Maude-2.6.tar.gz) = 1600026
-SHA256 (full-maude26b.maude.zip) = 57ebfc41056b7afc2be48983f6a1311e817d23eeaaed71023471bc4edaf6b128
-SIZE (full-maude26b.maude.zip) = 154881
+SHA256 (full-maude.maude.zip) = 57ebfc41056b7afc2be48983f6a1311e817d23eeaaed71023471bc4edaf6b128
+SIZE (full-maude.maude.zip) = 154881
More information about the svn-ports-branches
mailing list