Skip to content

Commit

Permalink
www/tdiary: Update to 5.2.0
Browse files Browse the repository at this point in the history
While here,

* Switch to DISTVERSION
* Re-format Makefile with portfmt

ReleaseNotes:	https://tdiary.org/20211129.html
  • Loading branch information
Yasuhiro Kimura authored and Yasuhiro Kimura committed Nov 30, 2021
1 parent 8d18006 commit b0d4ca4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions www/tdiary/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Created by: Fumihiko Kimura <jfkimura@yahoo.co.jp>

PORTNAME= tdiary
PORTVERSION= 5.1.7
DISTVERSION= 5.2.0
CATEGORIES?= www ruby
MASTER_SITES= https://github.com/tdiary/tdiary-core/releases/download/v${PORTVERSION}/
DISTNAME= ${PORTNAME}-full-v${PORTVERSION}
Expand Down Expand Up @@ -52,7 +52,7 @@ HTML= ${DOCFILES:S/$/.html/}
MD= ${DOCFILES:S/$/.md/}

#TDIARY_LANG ja:Japanese en:English
.if !defined(TDIARY_LANG) || ( defined(TDIARY_LANG) && ${TDIARY_LANG} != ja )
.if !defined(TDIARY_LANG) || (defined(TDIARY_LANG) && ${TDIARY_LANG} != ja)
TDIARY_LANG= en
.endif

Expand Down
6 changes: 3 additions & 3 deletions www/tdiary/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1630248966
SHA256 (tdiary-full-v5.1.7.tar.gz) = b9d4ae5138a7b56892f7c75fc082c0fddc5d6c6cda5c88bae7b9a25886d1a242
SIZE (tdiary-full-v5.1.7.tar.gz) = 6907205
TIMESTAMP = 1638281537
SHA256 (tdiary-full-v5.2.0.tar.gz) = 08e80242f0c829209797e297fc508771e1915c854da04ca01f600a05cac1ad40
SIZE (tdiary-full-v5.2.0.tar.gz) = 6904081
1 change: 0 additions & 1 deletion www/tdiary/pkg-plist
Original file line number Diff line number Diff line change
Expand Up @@ -1900,7 +1900,6 @@ bin/%%TDIARY_SCRIPT%%
%%WWWDIR%%/views/header.rhtml
%%WWWDIR%%/views/latest.rhtml
%%WWWDIR%%/views/mail.rtxt
%%WWWDIR%%/views/mail.rtxt.en
%%WWWDIR%%/views/month.rhtml
%%WWWDIR%%/views/plugin_error.rhtml
%%WWWDIR%%/views/preview.rhtml
Expand Down

0 comments on commit b0d4ca4

Please sign in to comment.