From owner-svn-ports-all@freebsd.org Fri Nov 11 11:58:57 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 02232C3B79F; Fri, 11 Nov 2016 11:58:57 +0000 (UTC) (envelope-from jbeich@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 C7E9213E4; Fri, 11 Nov 2016 11:58:56 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uABBwuuT096248; Fri, 11 Nov 2016 11:58:56 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uABBwtMP096246; Fri, 11 Nov 2016 11:58:55 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201611111158.uABBwtMP096246@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 11 Nov 2016 11:58:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425887 - in head: chinese/tin news/tin 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: Fri, 11 Nov 2016 11:58:57 -0000 Author: jbeich Date: Fri Nov 11 11:58:55 2016 New Revision: 425887 URL: https://svnweb.freebsd.org/changeset/ports/425887 Log: chinese/tin: drop PORTREVISION as it has no effect PR: 214384 Modified: head/chinese/tin/Makefile (contents, props changed) head/news/tin/Makefile (contents, props changed) Modified: head/chinese/tin/Makefile ============================================================================== --- head/chinese/tin/Makefile Fri Nov 11 11:53:56 2016 (r425886) +++ head/chinese/tin/Makefile Fri Nov 11 11:58:55 2016 (r425887) @@ -1,8 +1,6 @@ # Created by: Yen-Shuo Su # $FreeBSD$ -# Don't reset PORTREVISION and keep bumping it even if PORTVERSION is changed. -PORTREVISION= 9 CATEGORIES= chinese MAINTAINER= ports@FreeBSD.org Modified: head/news/tin/Makefile ============================================================================== --- head/news/tin/Makefile Fri Nov 11 11:53:56 2016 (r425886) +++ head/news/tin/Makefile Fri Nov 11 11:58:55 2016 (r425887) @@ -3,7 +3,7 @@ PORTNAME= tin PORTVERSION= 2.3.4 -PORTREVISION= 3 +PORTREVISION?= 3 # keep for chinese/tin CATEGORIES+= news ipv6 MASTER_SITES= ftp://ftp.tin.org/pub/news/clients/tin/v${PORTVERSION:R}/ \ ftp://ftp.sunet.se/pub/news/readers/tin/v${PORTVERSION:R}/ \