Date: Thu, 26 Sep 2019 21:34:40 +0000 (UTC) From: Guido Falsi <madpilot@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r512991 - in head: chinese/librime www/envoy Message-ID: <201909262134.x8QLYeMv074409@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: madpilot Date: Thu Sep 26 21:34:39 2019 New Revision: 512991 URL: https://svnweb.freebsd.org/changeset/ports/512991 Log: Fix errors in my previous commit. Modified: head/chinese/librime/Makefile head/www/envoy/Makefile Modified: head/chinese/librime/Makefile ============================================================================== --- head/chinese/librime/Makefile Thu Sep 26 21:31:46 2019 (r512990) +++ head/chinese/librime/Makefile Thu Sep 26 21:34:39 2019 (r512991) @@ -3,9 +3,8 @@ PORTNAME= librime PORTVERSION= 1.2.9 -PORTREVISION= 1 DISTVERSIONPREFIX= rime- -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= chinese textproc MAINTAINER= lichray@gmail.com Modified: head/www/envoy/Makefile ============================================================================== --- head/www/envoy/Makefile Thu Sep 26 21:31:46 2019 (r512990) +++ head/www/envoy/Makefile Thu Sep 26 21:34:39 2019 (r512991) @@ -4,7 +4,7 @@ PORTNAME= envoy PORTVERSION= 1.10.0 DISTVERSIONPREFIX= v -PORTREVISION= 1 +PORTREVISION= 5 CATEGORIES= www MAINTAINER= danfe@FreeBSD.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909262134.x8QLYeMv074409>