[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.9 and 1.13

version 1.9, 2016/09/11 08:25:40 version 1.13, 2017/03/16 19:14:19
Line 1 
Line 1 
 # $NetBSD$  # $NetBSD$
 #  
   
 DISTNAME=               go-net-20160910  DISTNAME=               go-net-20170308
 CATEGORIES=             net  CATEGORIES=             net
 MASTER_SITES=           ${MASTER_SITE_GITHUB:=golang/}  MASTER_SITES=           ${MASTER_SITE_GITHUB:=golang/}
 GITHUB_PROJECT=         net  GITHUB_PROJECT=         net
 GITHUB_TAG=             cfe3c2a752  GITHUB_TAG=             a6577fa
   
 MAINTAINER=             bsiegert@NetBSD.org  MAINTAINER=             bsiegert@NetBSD.org
 HOMEPAGE=               http://golang.org/  HOMEPAGE=               http://golang.org/
Line 15  LICENSE=  modified-bsd
Line 14  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}*
   
   .include "../../mk/bsd.prefs.mk"
   
   PLIST_VARS+=    notsunos
   
   .if ${OPSYS} != "SunOS"
   # route support is not yet implemented for sunos
   # h2i is missing terminal.MakeRaw and terminal.Restore
   PLIST.notsunos= 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.9  
changed lines
  Added in v.1.13

CVSweb <webmaster@jp.NetBSD.org>