svn commit: r422353 - in head/textproc: uim uim-el
MANTANI Nobutaka
nobutaka at FreeBSD.org
Sun Sep 18 06:35:46 UTC 2016
Author: nobutaka
Date: Sun Sep 18 06:35:45 2016
New Revision: 422353
URL: https://svnweb.freebsd.org/changeset/ports/422353
Log:
Update MASTER_SITES to fix fetch error.
Modified:
head/textproc/uim-el/Makefile
head/textproc/uim/Makefile
Modified: head/textproc/uim-el/Makefile
==============================================================================
--- head/textproc/uim-el/Makefile Sun Sep 18 06:12:46 2016 (r422352)
+++ head/textproc/uim-el/Makefile Sun Sep 18 06:35:45 2016 (r422353)
@@ -5,15 +5,13 @@ PORTNAME= uim-el
PORTVERSION= 1.8.6
PORTREVISION= 3
CATEGORIES= textproc
-MASTER_SITES= GOOGLE_CODE
+MASTER_SITES= https://github.com/uim/uim/releases/download/uim-${PORTVERSION}/
PKGNAMESUFFIX= -${EMACS_PORT_NAME}
DISTNAME= uim-${PORTVERSION}
MAINTAINER= nobutaka at FreeBSD.org
COMMENT?= Emacs lisp for uim input method library
-BROKEN= Unfetchable (google code has gone away)
-
PROJECTHOST= uim
CONFLICTS?= uim-el-xemacs21-mule-[0-9]* \
uim-el-emacs22-[0-9]* \
Modified: head/textproc/uim/Makefile
==============================================================================
--- head/textproc/uim/Makefile Sun Sep 18 06:12:46 2016 (r422352)
+++ head/textproc/uim/Makefile Sun Sep 18 06:35:45 2016 (r422353)
@@ -5,7 +5,7 @@ PORTNAME= uim
PORTVERSION= 1.8.6
PORTREVISION?= 2
CATEGORIES?= textproc
-MASTER_SITES= GOOGLE_CODE
+MASTER_SITES= https://github.com/uim/uim/releases/download/${PORTNAME}-${PORTVERSION}/
.if !defined(UIM_SLAVE) && defined(WITHOUT_X11)
PKGNAMESUFFIX= -nox11
.endif
@@ -13,8 +13,6 @@ PKGNAMESUFFIX= -nox11
MAINTAINER= nobutaka at FreeBSD.org
COMMENT?= Input method library
-BROKEN= Unfetchable (google code has gone away)
-
USE_LDCONFIG= yes
WANT_GNOME= yes
USE_GNOME+= glib20 intltool
More information about the svn-ports-head
mailing list