pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/git-lfs



Module Name:    pkgsrc
Committed By:   tnn
Date:           Wed Aug 29 11:20:11 UTC 2018

Modified Files:
        pkgsrc/devel/git-lfs: Makefile

Log Message:
git-lfs: remove redundant declarations


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/git-lfs/Makefile

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

Modified files:

Index: pkgsrc/devel/git-lfs/Makefile
diff -u pkgsrc/devel/git-lfs/Makefile:1.1 pkgsrc/devel/git-lfs/Makefile:1.2
--- pkgsrc/devel/git-lfs/Makefile:1.1   Tue Aug 21 15:49:03 2018
+++ pkgsrc/devel/git-lfs/Makefile       Wed Aug 29 11:20:11 2018
@@ -1,22 +1,19 @@
-# $NetBSD: Makefile,v 1.1 2018/08/21 15:49:03 tnn Exp $
+# $NetBSD: Makefile,v 1.2 2018/08/29 11:20:11 tnn Exp $
 
 DISTNAME=      git-lfs-2.5.1
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=git-lfs/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
 
-MAINTAINER=    pkgsrc-user%NetBSD.org@localhost
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://git-lfs.github.com/
 COMMENT=       Git extension for versioning large files
 LICENSE=       mit
 
-BUILD_DEPENDS+=        go-${GO_VERSION}*:../../lang/go
-
 NO_CONFIGURE=  yes
 USE_LANGUAGES= c
 GO_SRCPATH=    github.com/git-lfs/git-lfs
 GO_DIST_BASE=  ${PKGNAME_NOREV}
-MAKE_ENV+=     GOCACHE=${WRKDIR}/.gocache
 
 INSTALLATION_DIRS=     bin
 



Home | Main Index | Thread Index | Old Index