View | Details | Raw Unified | Return to bug 79419
Collapse All | Expand All

(-)tdiary/Makefile (-2 / +2 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	tdiary
8
PORTNAME=	tdiary
9
PORTVERSION=	2.0.0
9
PORTVERSION=	2.0.1
10
CATEGORIES?=	www ruby
10
CATEGORIES?=	www ruby
11
MASTER_SITES=	\
11
MASTER_SITES=	\
12
		${MASTER_SITE_SOURCEFORGE} \
12
		${MASTER_SITE_SOURCEFORGE} \
Lines 26-32 Link Here
26
.endif
26
.endif
27
27
28
RUBY_SHEBANG_FILES=	index.rb update.rb misc/convert2.rb misc/plugin/squeeze.rb \
28
RUBY_SHEBANG_FILES=	index.rb update.rb misc/convert2.rb misc/plugin/squeeze.rb \
29
			misc/plugin/windex.rb misc/plugin/a/a_conf.rb \
29
			misc/plugin/windex.rb \
30
			misc/plugin/trackback/tb.rb misc/style/etdiary/etdiary_test.rb
30
			misc/plugin/trackback/tb.rb misc/style/etdiary/etdiary_test.rb
31
31
32
TDIARYDIR=	${EXAMPLESDIR}
32
TDIARYDIR=	${EXAMPLESDIR}
(-)tdiary/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (tdiary-full-2.0.0.tar.gz) = 810f9c77e222cd55b24ca0844285bfde
1
MD5 (tdiary-full-2.0.1.tar.gz) = 05e75ef43bf89aa46c926acc825a5039
2
SIZE (tdiary-full-2.0.0.tar.gz) = 1694168
2
SIZE (tdiary-full-2.0.1.tar.gz) = 1704264
(-)tdiary/files/tdiaryinst.rb.in (-1 / +2 lines)
Lines 2-8 Link Here
2
#
2
#
3
# tdiaryinstall.rb - tDiary user directory copy script
3
# tdiaryinstall.rb - tDiary user directory copy script
4
# Date created:                        13 July 2003
4
# Date created:                        13 July 2003
5
# Whom:                                KAMIYA Satosi  <mimoriso@anet.ne.jp>
5
# Whom:                                KAMIYA Satosi  <mimoriso@gmail.com>
6
#
6
#
7
# $FreeBSD: ports/www/tdiary/files/tdiaryinst.rb.in,v 1.3 2004/03/01 17:01:10 pav Exp $
7
# $FreeBSD: ports/www/tdiary/files/tdiaryinst.rb.in,v 1.3 2004/03/01 17:01:10 pav Exp $
8
#
8
#
Lines 30-35 Link Here
30
  def FileUtils16.cp(src, dest, *options)
30
  def FileUtils16.cp(src, dest, *options)
31
    begin
31
    begin
32
      FileUtils.cp(src, dest, *options)
32
      FileUtils.cp(src, dest, *options)
33
      FileUtils.chmod(0644, dest, *options)
33
    rescue TypeError
34
    rescue TypeError
34
      optionhash = {}
35
      optionhash = {}
35
      options.each { |o| optionhash[o] = true }
36
      options.each { |o| optionhash[o] = true }

Return to bug 79419