svn commit: r382433 - in head: chinese/joe editors/joe

Mikhail Teterin mi at FreeBSD.org
Fri Mar 27 18:10:27 UTC 2015


Author: mi
Date: Fri Mar 27 18:10:25 2015
New Revision: 382433
URL: https://svnweb.freebsd.org/changeset/ports/382433
QAT: https://qat.redports.org/buildarchive/r382433/

Log:
  Use MASTERDIR's distinfo for chinese/joe so that future upgrades of
  editors/joe do not break the slave port.
  
  Deprecate the slave port, because its difference with the master is
  too trivial to warrant a separate package.

Deleted:
  head/chinese/joe/distinfo
Modified:
  head/chinese/joe/Makefile
  head/editors/joe/distinfo

Modified: head/chinese/joe/Makefile
==============================================================================
--- head/chinese/joe/Makefile	Fri Mar 27 18:07:34 2015	(r382432)
+++ head/chinese/joe/Makefile	Fri Mar 27 18:10:25 2015	(r382433)
@@ -1,7 +1,6 @@
 # Created by: Shen Chuan-Hsing <statue at mail.elife.idv.tw>
 # $FreeBSD$
 
-PORTREVISION=	1
 CATEGORIES=	chinese
 
 PATCH_SITES=	${MASTER_SITE_LOCAL}
@@ -13,7 +12,9 @@ MAINTAINER=	ports at FreeBSD.org
 
 LATEST_LINK=	${PKGNAMEPREFIX}joe
 
+DEPRECATED=	The difference with editors/joe is too trivial to warrant a separate port
+EXPIRATION_DATE=2015-09-27
+
 MASTERDIR=	${.CURDIR}/../../editors/joe
-DISTINFO_FILE=	${.CURDIR}/distinfo
 
 .include "${MASTERDIR}/Makefile"

Modified: head/editors/joe/distinfo
==============================================================================
--- head/editors/joe/distinfo	Fri Mar 27 18:07:34 2015	(r382432)
+++ head/editors/joe/distinfo	Fri Mar 27 18:10:25 2015	(r382433)
@@ -1,2 +1,4 @@
 SHA256 (joe-4.0.tar.gz) = c556adff77fd97bf1b86198de6cb82e0b92cda18579c4fef6c83b608d2ed2915
 SIZE (joe-4.0.tar.gz) = 838783
+SHA256 (zh-joe-3.7.diff) = 15e17361e7560558cc91b1bdef05dc8b8951413c7d7c5a01482514d71eba4e0b
+SIZE (zh-joe-3.7.diff) = 834


More information about the svn-ports-head mailing list