svn commit: r502945 - in head/devel/ghq: . files

Tobias Kortkamp tobik at FreeBSD.org
Wed May 29 09:12:24 UTC 2019


Author: tobik
Date: Wed May 29 09:12:22 2019
New Revision: 502945
URL: https://svnweb.freebsd.org/changeset/ports/502945

Log:
  devel/ghq: Update to 0.12.5
  
  Changes:	https://github.com/motemen/ghq/blob/v0.12.5/CHANGELOG.md#v0125-2019-05-29

Added:
  head/devel/ghq/files/patch-README.adoc
     - copied, changed from r502944, head/devel/ghq/files/patch-ghq.txt
Deleted:
  head/devel/ghq/files/patch-ghq.txt
Modified:
  head/devel/ghq/Makefile
  head/devel/ghq/distinfo

Modified: head/devel/ghq/Makefile
==============================================================================
--- head/devel/ghq/Makefile	Wed May 29 08:55:07 2019	(r502944)
+++ head/devel/ghq/Makefile	Wed May 29 09:12:22 2019	(r502945)
@@ -2,7 +2,7 @@
 
 PORTNAME=	ghq
 DISTVERSIONPREFIX=	v
-DISTVERSION=	0.12.3
+DISTVERSION=	0.12.5
 CATEGORIES=	devel
 
 MAINTAINER=	tobik at FreeBSD.org
@@ -34,7 +34,7 @@ MANPAGES_BUILD_DEPENDS=	asciidoctor:textproc/rubygem-a
 MANPAGES_PLIST_FILES=	man/man1/ghq.1.gz
 
 post-build-MANPAGES-on:
-	cd ${WRKSRC} && asciidoctor -b manpage -d manpage ghq.txt
+	cd ${WRKSRC} && asciidoctor -b manpage -d manpage -o ghq.1 README.adoc
 
 post-install:
 	@${MKDIR} ${STAGEDIR}${PREFIX}/share/zsh/site-functions

Modified: head/devel/ghq/distinfo
==============================================================================
--- head/devel/ghq/distinfo	Wed May 29 08:55:07 2019	(r502944)
+++ head/devel/ghq/distinfo	Wed May 29 09:12:22 2019	(r502945)
@@ -1,6 +1,6 @@
-TIMESTAMP = 1557998007
-SHA256 (motemen-ghq-v0.12.3_GH0.tar.gz) = 5bf67452b75d31feb9e4cac3fe414a3ed9c4c0e05bb1f66785feb4980452132b
-SIZE (motemen-ghq-v0.12.3_GH0.tar.gz) = 33771
+TIMESTAMP = 1559120711
+SHA256 (motemen-ghq-v0.12.5_GH0.tar.gz) = 30399005d167e39c9e5a3857f058310fa3aa439777e5dbf29ca85d0c15fff8d8
+SIZE (motemen-ghq-v0.12.5_GH0.tar.gz) = 33183
 SHA256 (Songmu-gitconfig-v0.0.2_GH0.tar.gz) = ba05105d12e9bd70e45e49f0677e2ff2b4985e8bd8ceb275a14ef17f9535e7f1
 SIZE (Songmu-gitconfig-v0.0.2_GH0.tar.gz) = 5662
 SHA256 (daviddengcn-go-colortext-186a3d44e920_GH0.tar.gz) = 7f7d7eb82df56329938c44a32ca9c7e866a5816c3bf0a348ab657200fd407d47

Copied and modified: head/devel/ghq/files/patch-README.adoc (from r502944, head/devel/ghq/files/patch-ghq.txt)
==============================================================================
--- head/devel/ghq/files/patch-ghq.txt	Wed May 29 08:55:07 2019	(r502944, copy source)
+++ head/devel/ghq/files/patch-README.adoc	Wed May 29 09:12:22 2019	(r502945)
@@ -1,5 +1,5 @@
---- ghq.txt.orig	2019-02-02 11:26:33 UTC
-+++ ghq.txt
+--- README.adoc.orig	2019-02-02 11:26:33 UTC
++++ README.adoc
 @@ -1,4 +1,4 @@
 -= ghq(1) image:https://travis-ci.org/motemen/ghq.svg?branch=master["Build Status", link="https://travis-ci.org/motemen/ghq"]
 += ghq(1)


More information about the svn-ports-all mailing list