From owner-svn-ports-all@freebsd.org Sun Sep 18 06:35:46 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B9545BDFC09; Sun, 18 Sep 2016 06:35:46 +0000 (UTC) (envelope-from nobutaka@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 867C0D5C; Sun, 18 Sep 2016 06:35:46 +0000 (UTC) (envelope-from nobutaka@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u8I6Zj5l073481; Sun, 18 Sep 2016 06:35:45 GMT (envelope-from nobutaka@FreeBSD.org) Received: (from nobutaka@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u8I6Zjfg073479; Sun, 18 Sep 2016 06:35:45 GMT (envelope-from nobutaka@FreeBSD.org) Message-Id: <201609180635.u8I6Zjfg073479@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: nobutaka set sender to nobutaka@FreeBSD.org using -f From: MANTANI Nobutaka Date: Sun, 18 Sep 2016 06:35:45 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Sep 2016 06:35:46 -0000 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