Date: Sun, 18 Sep 2016 06:35:45 +0000 (UTC) From: MANTANI Nobutaka <nobutaka@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r422353 - in head/textproc: uim uim-el Message-ID: <201609180635.u8I6Zjfg073479@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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@FreeBSD.org COMMENT?= Input method library -BROKEN= Unfetchable (google code has gone away) - USE_LDCONFIG= yes WANT_GNOME= yes USE_GNOME+= glib20 intltool
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609180635.u8I6Zjfg073479>