pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/go-md2man Fix build with Go 1.10, bump revision.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c500b973eb4e
branches:  trunk
changeset: 377168:c500b973eb4e
user:      bsiegert <bsiegert%pkgsrc.org@localhost>
date:      Tue Mar 13 17:32:57 2018 +0000

description:
Fix build with Go 1.10, bump revision.

diffstat:

 textproc/go-md2man/Makefile |  7 +++++--
 textproc/go-md2man/PLIST    |  4 +---
 2 files changed, 6 insertions(+), 5 deletions(-)

diffs (37 lines):

diff -r 7cc04a9be8ee -r c500b973eb4e textproc/go-md2man/Makefile
--- a/textproc/go-md2man/Makefile       Tue Mar 13 17:32:46 2018 +0000
+++ b/textproc/go-md2man/Makefile       Tue Mar 13 17:32:57 2018 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.5 2018/03/04 15:52:19 bsiegert Exp $
+# $NetBSD: Makefile,v 1.6 2018/03/13 17:32:57 bsiegert Exp $
 
 DISTNAME=      go-md2man-1.0.6
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=cpuguy83/}
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    textproc
 GITHUB_TAG=    v${PKGVERSION_NOREV}
 
@@ -14,6 +14,9 @@
 GO_DIST_BASE=  ${DISTNAME}
 GO_SRCPATH=    github.com/cpuguy83/go-md2man
 
+post-install:
+       ${RM} -rf ${DESTDIR}${PREFIX}/gopkg/pkg/${GO_PLATFORM}/${GO_SRCPATH}/vendor
+
 .include "../../devel/go-blackfriday/buildlink3.mk"
 .include "../../devel/go-sanitized_anchor_name/buildlink3.mk"
 .include "../../lang/go/go-package.mk"
diff -r 7cc04a9be8ee -r c500b973eb4e textproc/go-md2man/PLIST
--- a/textproc/go-md2man/PLIST  Tue Mar 13 17:32:46 2018 +0000
+++ b/textproc/go-md2man/PLIST  Tue Mar 13 17:32:57 2018 +0000
@@ -1,8 +1,6 @@
-@comment $NetBSD: PLIST,v 1.2 2017/09/10 11:05:23 gavan Exp $
+@comment $NetBSD: PLIST,v 1.3 2018/03/13 17:32:57 bsiegert Exp $
 bin/go-md2man
 gopkg/pkg/${GO_PLATFORM}/github.com/cpuguy83/go-md2man/md2man.a
-gopkg/pkg/${GO_PLATFORM}/github.com/cpuguy83/go-md2man/vendor/github.com/russross/blackfriday.a
-gopkg/pkg/${GO_PLATFORM}/github.com/cpuguy83/go-md2man/vendor/github.com/shurcooL/sanitized_anchor_name.a
 gopkg/src/github.com/cpuguy83/go-md2man/LICENSE.md
 gopkg/src/github.com/cpuguy83/go-md2man/README.md
 gopkg/src/github.com/cpuguy83/go-md2man/go-md2man.1.md



Home | Main Index | Thread Index | Old Index