svn commit: r359740 - in head: . textproc textproc/ruby-hikidoc www/tdiary
TAKATSU Tomonari
tota at FreeBSD.org
Sun Jun 29 08:05:05 UTC 2014
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
More information about the svn-ports-all
mailing list