diff options
author | swills <swills@FreeBSD.org> | 2017-01-10 03:42:52 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2017-01-10 03:42:52 +0800 |
commit | 0ca25b13c240ce937edf2b09eae99feac5a9c609 (patch) | |
tree | 63f0d8084f49dbf940d1e43c94394d4b95751b0d /textproc/spiff | |
parent | 86f149c0d20ed4327cdf63a0e5f03942b48d7b53 (diff) | |
download | freebsd-ports-gnome-0ca25b13c240ce937edf2b09eae99feac5a9c609.tar.gz freebsd-ports-gnome-0ca25b13c240ce937edf2b09eae99feac5a9c609.tar.zst freebsd-ports-gnome-0ca25b13c240ce937edf2b09eae99feac5a9c609.zip |
textproc/spiff: update to 1.0.8
Diffstat (limited to 'textproc/spiff')
-rw-r--r-- | textproc/spiff/Makefile | 9 | ||||
-rw-r--r-- | textproc/spiff/distinfo | 5 |
2 files changed, 6 insertions, 8 deletions
diff --git a/textproc/spiff/Makefile b/textproc/spiff/Makefile index f03528d882a9..65382333f1f8 100644 --- a/textproc/spiff/Makefile +++ b/textproc/spiff/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= spiff -PORTVERSION= 1.0.6 +PORTVERSION= 1.0.8 DISTVERSIONPREFIX= v CATEGORIES= textproc @@ -23,15 +23,12 @@ STRIP= # stripping can break go binaries OPTIONS_DEFINE= DOCS post-patch: + @cd ${WRKSRC} ; ${MV} ${WRKSRC}/vendor ${WRKSRC}/src @cd ${WRKSRC} ; ${MKDIR} src/github.com/${GH_ACCOUNT}/${GH_PROJECT} ; \ - ${MV} .gitignore .travis.yml Godeps LICENSE Makefile README.md \ + ${MV} .gitignore LICENSE Makefile README.md \ compare dynaml examples flow init_test.go scripts spiff.go \ spiff_test.go yaml \ src/github.com/${GH_ACCOUNT}/${GH_PROJECT} - @${MV} ${WRKSRC}/src/github.com/${GH_ACCOUNT}/${GH_PROJECT}/Godeps/_workspace/src/github.com/${GH_ACCOUNT}/candiedyaml \ - ${WRKSRC}/src/github.com/${GH_ACCOUNT} - @${MV} ${WRKSRC}/src/github.com/${GH_ACCOUNT}/${GH_PROJECT}/Godeps/_workspace/src/github.com/codegangsta \ - ${WRKSRC}/src/github.com do-build: @cd ${WRKSRC}/src/github.com/${GH_ACCOUNT}/${GH_PROJECT} ; \ diff --git a/textproc/spiff/distinfo b/textproc/spiff/distinfo index 9d82f1f6c698..647e30b83920 100644 --- a/textproc/spiff/distinfo +++ b/textproc/spiff/distinfo @@ -1,2 +1,3 @@ -SHA256 (cloudfoundry-incubator-spiff-v1.0.6_GH0.tar.gz) = b63437485708b4df5e2515276bb0080b565959f7d82799d85e16e20323fb9617 -SIZE (cloudfoundry-incubator-spiff-v1.0.6_GH0.tar.gz) = 280939 +TIMESTAMP = 1483973846 +SHA256 (cloudfoundry-incubator-spiff-v1.0.8_GH0.tar.gz) = a778fb6cbb6b0a294fa59088025e91f58a941473b998e1a1ff7f6322c8c136c4 +SIZE (cloudfoundry-incubator-spiff-v1.0.8_GH0.tar.gz) = 281482 |