svn commit: r425887 - in head: chinese/tin news/tin

Jan Beich jbeich at FreeBSD.org
Fri Nov 11 11:58:57 UTC 2016


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 <yssu at CCCA.NCTU.edu.tw>
 # $FreeBSD$
 
-# Don't reset PORTREVISION and keep bumping it even if PORTVERSION is changed.
-PORTREVISION=	9
 CATEGORIES=	chinese
 
 MAINTAINER=	ports at 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}/ \


More information about the svn-ports-all mailing list