Skip to content

Commit

Permalink
lang/go: sync with upstream
Browse files Browse the repository at this point in the history
Taken from: FreeBSD
  • Loading branch information
fichtner committed Aug 17, 2016
1 parent f82d4a3 commit 104c920
Show file tree
Hide file tree
Showing 4 changed files with 799 additions and 414 deletions.
7 changes: 1 addition & 6 deletions lang/go/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@
# $FreeBSD$

PORTNAME= go
PORTVERSION= 1.6.3
PORTVERSION= 1.7
PORTEPOCH= 1
PORTREVISION= 1
CATEGORIES= lang
MASTER_SITES= http://golang.org/dl/
DISTNAME= go${PORTVERSION}.src
Expand Down Expand Up @@ -41,10 +40,6 @@ IGNORE= unknown arch ${ARCH}

PLIST_SUB+= opsys_ARCH=${OPSYS:tl}_${GOARCH}

.if ${OPSYS} == FreeBSD && (${OSVERSION} >= 1100000)
EXTRA_PATCHES+= ${FILESDIR}/struct-if_data-patch
.endif

post-patch:
@cd ${WRKSRC} && ${FIND} . -name '*.orig' -delete

Expand Down
6 changes: 3 additions & 3 deletions lang/go/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1468864454
SHA256 (go1.6.3.src.tar.gz) = 6326aeed5f86cf18f16d6dc831405614f855e2d416a91fd3fdc334f772345b00
SIZE (go1.6.3.src.tar.gz) = 12617426
TIMESTAMP = 1471337105
SHA256 (go1.7.src.tar.gz) = 72680c16ba0891fcf2ccf46d0f809e4ecf47bbf889f5d884ccb54c5e9a17e1c0
SIZE (go1.7.src.tar.gz) = 14091954
261 changes: 0 additions & 261 deletions lang/go/files/struct-if_data-patch

This file was deleted.

Loading

0 comments on commit 104c920

Please sign in to comment.