diff options
author | cs <cs@FreeBSD.org> | 2011-11-21 13:05:32 +0800 |
---|---|---|
committer | cs <cs@FreeBSD.org> | 2011-11-21 13:05:32 +0800 |
commit | ab970cd6eb670e2cf06eb800ac34091d030216a6 (patch) | |
tree | 80a153d7cb33582864d85bd2ab471e890cf8c784 | |
parent | 3cd73aa872c87bf8e7ae8094f9b6eb5dfe776f00 (diff) | |
download | freebsd-ports-gnome-ab970cd6eb670e2cf06eb800ac34091d030216a6.tar.gz freebsd-ports-gnome-ab970cd6eb670e2cf06eb800ac34091d030216a6.tar.zst freebsd-ports-gnome-ab970cd6eb670e2cf06eb800ac34091d030216a6.zip |
Update to 1.1.4
Approved by: wen@ (co-mentor)
Feature safe: yes
-rw-r--r-- | games/biorythm/Makefile | 6 | ||||
-rw-r--r-- | games/biorythm/distinfo | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/games/biorythm/Makefile b/games/biorythm/Makefile index dc593f4eb03f..0b6168f11059 100644 --- a/games/biorythm/Makefile +++ b/games/biorythm/Makefile @@ -6,7 +6,7 @@ # PORTNAME= biorythm -PORTVERSION= 1.1.3 +PORTVERSION= 1.1.4 CATEGORIES= games MASTER_SITES= http://shh.thathost.com/pub-unix/files/ @@ -17,7 +17,7 @@ LIB_DEPENDS= shhmsg.1:${PORTSDIR}/devel/libshhmsg \ shhopt.1:${PORTSDIR}/devel/libshhopt MAN6= ${PORTNAME}.6 -PORTDOCS= CREDITS ChangeLog README +PORTDOCS= ChangeLog README PLIST_FILES= bin/${PORTNAME} post-patch: @@ -34,7 +34,7 @@ do-install: ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.6 ${MAN6PREFIX}/man/man6 .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} -.for file in CREDITS ChangeLog README +.for file in ChangeLog README ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} .endfor .endif diff --git a/games/biorythm/distinfo b/games/biorythm/distinfo index a34a47daa797..f980f68d8b7c 100644 --- a/games/biorythm/distinfo +++ b/games/biorythm/distinfo @@ -1,2 +1,2 @@ -SHA256 (biorythm-1.1.3.tar.gz) = 53a510b28eaa3308e4bd84b9e5c71c02580cbb9556ab23652aaf71839a4a2d35 -SIZE (biorythm-1.1.3.tar.gz) = 6490 +SHA256 (biorythm-1.1.4.tar.gz) = 46cfe8a5e1ef3f83e1ab42722dff23b3bcbe3b16fc968052f4f8c0779e50b843 +SIZE (biorythm-1.1.4.tar.gz) = 6458 |