Skip to content

Instantly share code, notes, and snippets.

@tota
Created November 3, 2011 22:18
Show Gist options
  • Save tota/1338012 to your computer and use it in GitHub Desktop.
Save tota/1338012 to your computer and use it in GitHub Desktop.
latest patch for ports/162269
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/www/tdiary/Makefile,v
retrieving revision 1.31
diff -u -r1.31 Makefile
--- Makefile 29 Oct 2011 16:09:56 -0000 1.31
+++ Makefile 3 Nov 2011 21:49:44 -0000
@@ -7,6 +7,7 @@
PORTNAME= tdiary
PORTVERSION= 3.1.1
+PORTREVISION= 1
CATEGORIES?= www ruby
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/ \
http://www.tdiary.org/download/
@@ -70,6 +71,8 @@
.if !defined(RUBY_PROVIDED)
IGNORE= requires Ruby 1.8.5 or later
.endif
+BUILD_DEPENDS+= ${DEPEND_RUBY_ICONV}
+RUN_DEPENDS+= ${DEPEND_RUBY_ICONV}
.if !defined(WITHOUT_TDIARY_NORA)
RUN_DEPENDS+= ${RUBY_SITEARCHLIBDIR}/web/escape_ext.so:${PORTSDIR}/www/ruby-nora
.endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment