svn commit: r369742 - head/french/aster

Thierry Thomas thierry at FreeBSD.org
Wed Oct 1 19:16:38 UTC 2014


Author: thierry
Date: Wed Oct  1 19:16:37 2014
New Revision: 369742
URL: https://svnweb.freebsd.org/changeset/ports/369742
QAT: https://qat.redports.org/buildarchive/r369742/

Log:
  MASTER_SITES is often down these days => mirror the distfile.
  
  Since I'm there, remove xemacs support.
  
  Reported by:	pkg-fallout

Modified:
  head/french/aster/Makefile
  head/french/aster/bsd.aster.mk

Modified: head/french/aster/Makefile
==============================================================================
--- head/french/aster/Makefile	Wed Oct  1 18:13:25 2014	(r369741)
+++ head/french/aster/Makefile	Wed Oct  1 19:16:37 2014	(r369742)
@@ -155,9 +155,6 @@ RUN_DEPENDS+=	${LOCALBASE}/bin/gvim:${PO
 . elif exists(${LOCALBASE}/bin/emacs)
 WITH_ED=	emacs
 RUN_DEPENDS+=	${LOCALBASE}/bin/emacs:${PORTSDIR}/editors/emacs
-. elif exists(${LOCALBASE}/bin/xemacs)
-WITH_ED=	xemacs
-RUN_DEPENDS+=	${LOCALBASE}/bin/xemacs:${PORTSDIR}/editors/xemacs
 . elif exists(${LOCALBASE}/bin/gedit)
 WITH_ED=	gedit
 RUN_DEPENDS+=	${LOCALBASE}/bin/gedit:${PORTSDIR}/editors/gedit

Modified: head/french/aster/bsd.aster.mk
==============================================================================
--- head/french/aster/bsd.aster.mk	Wed Oct  1 18:13:25 2014	(r369741)
+++ head/french/aster/bsd.aster.mk	Wed Oct  1 19:16:37 2014	(r369742)
@@ -5,7 +5,9 @@
 
 DISTVERSIONPREFIX=	full-src-
 DISTVERSIONSUFFIX=	.noarch
-MASTER_SITES=	http://www.code-aster.org/FICHIERS/
+MASTER_SITES=	http://www.code-aster.org/FICHIERS/	\
+		${MASTER_SITE_LOCAL}
+MASTER_SITE_SUBDIR=	thierry
 DISTNAME=	aster-${DISTVERSIONPREFIX}${ASTER_DISTVERSION}${DISTVERSIONSUFFIX}
 DISTINFO_FILE=	${.CURDIR}/../../french/aster/distinfo
 


More information about the svn-ports-head mailing list