From owner-svn-ports-all@FreeBSD.ORG Sun Jun 29 08:05:05 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CC6193C7; Sun, 29 Jun 2014 08:05:05 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 A05AF2334; Sun, 29 Jun 2014 08:05:05 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5T855nB077531; Sun, 29 Jun 2014 08:05:05 GMT (envelope-from tota@svn.freebsd.org) Received: (from tota@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5T855RP077528; Sun, 29 Jun 2014 08:05:05 GMT (envelope-from tota@svn.freebsd.org) Message-Id: <201406290805.s5T855RP077528@svn.freebsd.org> From: TAKATSU Tomonari Date: Sun, 29 Jun 2014 08:05:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r359740 - in head: . textproc textproc/ruby-hikidoc www/tdiary 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.18 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, 29 Jun 2014 08:05:05 -0000 Author: tota Date: Sun Jun 29 08:05:04 2014 New Revision: 359740 URL: http://svnweb.freebsd.org/changeset/ports/359740 QAT: https://qat.redports.org/buildarchive/r359740/ Log: - Remove textproc/ruby-hikidoc * Use textproc/rubygem-hikidoc instead - Bump PORTREVISION in www/tdiary, accordingly Deleted: head/textproc/ruby-hikidoc/ Modified: head/MOVED head/textproc/Makefile head/www/tdiary/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Sun Jun 29 07:58:02 2014 (r359739) +++ head/MOVED Sun Jun 29 08:05:04 2014 (r359740) @@ -6181,3 +6181,4 @@ www/emacs-w3m-emacs21||2014-06-27|Remove www/emacs-w3m-emacs22||2014-06-27|Removed: dependent on editors/emacs22 devel/ode-devel|devel/ode|2014-06-27|Has expired: Outdated by devel/ode java/eclipse-devel|java/eclipse|2014-06-29|Concentrate maintenance effort on newer java/eclipse +textproc/ruby-hikidoc|textproc/rubygem-hikidoc|2014-06-29|Use textproc/rubygem-hikidoc instead Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Sun Jun 29 07:58:02 2014 (r359739) +++ head/textproc/Makefile Sun Jun 29 08:05:04 2014 (r359740) @@ -1265,7 +1265,6 @@ SUBDIR += ruby-diff SUBDIR += ruby-escape SUBDIR += ruby-format - SUBDIR += ruby-hikidoc SUBDIR += ruby-html-fillinform SUBDIR += ruby-html-template SUBDIR += ruby-htmlrepair Modified: head/www/tdiary/Makefile ============================================================================== --- head/www/tdiary/Makefile Sun Jun 29 07:58:02 2014 (r359739) +++ head/www/tdiary/Makefile Sun Jun 29 08:05:04 2014 (r359740) @@ -3,6 +3,7 @@ PORTNAME= tdiary PORTVERSION= 4.0.3 +PORTREVISION= 1 CATEGORIES?= www ruby MASTER_SITES= http://www.tdiary.org/download/ DISTNAME= ${PORTNAME}-full-v${PORTVERSION} @@ -13,7 +14,7 @@ COMMENT= Web-based diary system (like we LICENSE= GPLv2 RUN_DEPENDS= rubygem-fastimage>=1.6.0:${PORTSDIR}/graphics/rubygem-fastimage \ - hikidoc:${PORTSDIR}/textproc/ruby-hikidoc \ + rubygem-hikidoc>=0:${PORTSDIR}/textproc/rubygem-hikidoc \ rubygem-multi_json>=1.8.4:${PORTSDIR}/devel/rubygem-multi_json \ rubygem-rack>=0:${PORTSDIR}/www/rubygem-rack