[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / net / go-net

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /pkgsrc/net/go-net/Attic/Makefile between version 1.8 and 1.22

version 1.8, 2016/09/10 19:47:20 version 1.22, 2018/11/04 18:38:04
Line 1 
Line 1 
 # $NetBSD$  # $NetBSD$
 #  
   
 DISTNAME=               go-net-20151229  DISTNAME=               go-net-20170308
 PKGREVISION=            4  PKGREVISION=            5
 CATEGORIES=             net  CATEGORIES=             net
 MASTER_SITES=           ${MASTER_SITE_GITHUB:=golang/}  MASTER_SITES=           ${MASTER_SITE_GITHUB:=golang/}
 GITHUB_PROJECT=         net  GITHUB_PROJECT=         net
 GITHUB_TAG=             0cb26f788d  GITHUB_TAG=             a6577fa
   
 MAINTAINER=             bsiegert@NetBSD.org  MAINTAINER=             bsiegert@NetBSD.org
 HOMEPAGE=               http://golang.org/  HOMEPAGE=               http://golang.org/
Line 16  LICENSE=  modified-bsd
Line 15  LICENSE=  modified-bsd
 GO_SRCPATH=             golang.org/x/net  GO_SRCPATH=             golang.org/x/net
 GO_DIST_BASE=           ${GITHUB_PROJECT}-${GITHUB_TAG}*  GO_DIST_BASE=           ${GITHUB_PROJECT}-${GITHUB_TAG}*
   
   CHECK_RELRO_SKIP+=      bin/h2i
   
   .include "../../mk/bsd.prefs.mk"
   
   PLIST_VARS+=    h2i route
   
   .if ${OPSYS} == "SunOS"
   # route support is not yet implemented for sunos
   # h2i is missing terminal.MakeRaw and terminal.Restore
   .elif ${OPSYS} == "Linux"
   PLIST.h2i=      yes
   .else
   PLIST.h2i=      yes
   PLIST.route=    yes
   .endif
   
 .include "../../textproc/go-text/buildlink3.mk"  .include "../../textproc/go-text/buildlink3.mk"
 .include "../../security/go-crypto/buildlink3.mk"  .include "../../security/go-crypto/buildlink3.mk"
 .include "../../lang/go/go-package.mk"  .include "../../lang/go/go-package.mk"

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.22

CVSweb <webmaster@jp.NetBSD.org>