- update to leatherman-0.12.1
ok sebastia@ (new maintainer)
This commit is contained in:
parent
68154ca2dc
commit
7fa9227d62
@ -1,14 +1,14 @@
|
||||
# $OpenBSD: Makefile,v 1.6 2016/08/25 06:21:46 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.7 2017/05/13 09:43:45 jasper Exp $
|
||||
|
||||
COMMENT = collection of C++ and CMake utility libraries
|
||||
|
||||
GH_ACCOUNT = puppetlabs
|
||||
GH_PROJECT = leatherman
|
||||
GH_TAGNAME = 0.9.0
|
||||
GH_TAGNAME = 0.12.1
|
||||
|
||||
CATEGORIES = devel
|
||||
|
||||
MAINTAINER = Jasper Lievisse Adriaanse <jasper@openbsd.org>
|
||||
MAINTAINER = Sebastian Reitenbach <sebastia@openbsd.org>
|
||||
|
||||
# Apachev2
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (leatherman-0.9.0.tar.gz) = jXmpmMqkcEe/xSCT5qUGGEWLXAqlAqbPYfn7emRRw7s=
|
||||
SIZE (leatherman-0.9.0.tar.gz) = 392308
|
||||
SHA256 (leatherman-0.12.1.tar.gz) = ZWpJvbEYGTKoYGtY3Rnv2M9CjdDru0r2GeNzfyExvcA=
|
||||
SIZE (leatherman-0.12.1.tar.gz) = 423884
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2016/06/13 08:25:34 jasper Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.3 2017/05/13 09:43:45 jasper Exp $
|
||||
include/boost/
|
||||
include/boost/nowide/
|
||||
include/boost/nowide/args.hpp
|
||||
@ -52,41 +52,38 @@ include/leatherman/util/timer.hpp
|
||||
include/leatherman/util/windows/
|
||||
include/leatherman/util/windows/scoped_handle.hpp
|
||||
include/leatherman/vendor/
|
||||
include/leatherman/vendor/catch/
|
||||
include/leatherman/vendor/catch/catch.hpp
|
||||
include/leatherman/vendor/catch.hpp
|
||||
include/leatherman/vendor/rapidjson/
|
||||
include/leatherman/vendor/rapidjson/include/
|
||||
include/leatherman/vendor/rapidjson/include/rapidjson/
|
||||
include/leatherman/vendor/rapidjson/include/rapidjson/allocators.h
|
||||
include/leatherman/vendor/rapidjson/include/rapidjson/document.h
|
||||
include/leatherman/vendor/rapidjson/include/rapidjson/encodedstream.h
|
||||
include/leatherman/vendor/rapidjson/include/rapidjson/encodings.h
|
||||
include/leatherman/vendor/rapidjson/include/rapidjson/error/
|
||||
include/leatherman/vendor/rapidjson/include/rapidjson/error/en.h
|
||||
include/leatherman/vendor/rapidjson/include/rapidjson/error/error.h
|
||||
include/leatherman/vendor/rapidjson/include/rapidjson/filereadstream.h
|
||||
include/leatherman/vendor/rapidjson/include/rapidjson/filewritestream.h
|
||||
include/leatherman/vendor/rapidjson/include/rapidjson/internal/
|
||||
include/leatherman/vendor/rapidjson/include/rapidjson/internal/biginteger.h
|
||||
include/leatherman/vendor/rapidjson/include/rapidjson/internal/diyfp.h
|
||||
include/leatherman/vendor/rapidjson/include/rapidjson/internal/dtoa.h
|
||||
include/leatherman/vendor/rapidjson/include/rapidjson/internal/ieee754.h
|
||||
include/leatherman/vendor/rapidjson/include/rapidjson/internal/itoa.h
|
||||
include/leatherman/vendor/rapidjson/include/rapidjson/internal/meta.h
|
||||
include/leatherman/vendor/rapidjson/include/rapidjson/internal/pow10.h
|
||||
include/leatherman/vendor/rapidjson/include/rapidjson/internal/stack.h
|
||||
include/leatherman/vendor/rapidjson/include/rapidjson/internal/strfunc.h
|
||||
include/leatherman/vendor/rapidjson/include/rapidjson/internal/strtod.h
|
||||
include/leatherman/vendor/rapidjson/include/rapidjson/memorybuffer.h
|
||||
include/leatherman/vendor/rapidjson/include/rapidjson/memorystream.h
|
||||
include/leatherman/vendor/rapidjson/include/rapidjson/msinttypes/
|
||||
include/leatherman/vendor/rapidjson/include/rapidjson/msinttypes/inttypes.h
|
||||
include/leatherman/vendor/rapidjson/include/rapidjson/msinttypes/stdint.h
|
||||
include/leatherman/vendor/rapidjson/include/rapidjson/prettywriter.h
|
||||
include/leatherman/vendor/rapidjson/include/rapidjson/rapidjson.h
|
||||
include/leatherman/vendor/rapidjson/include/rapidjson/reader.h
|
||||
include/leatherman/vendor/rapidjson/include/rapidjson/stringbuffer.h
|
||||
include/leatherman/vendor/rapidjson/include/rapidjson/writer.h
|
||||
include/leatherman/vendor/rapidjson/allocators.h
|
||||
include/leatherman/vendor/rapidjson/document.h
|
||||
include/leatherman/vendor/rapidjson/encodedstream.h
|
||||
include/leatherman/vendor/rapidjson/encodings.h
|
||||
include/leatherman/vendor/rapidjson/error/
|
||||
include/leatherman/vendor/rapidjson/error/en.h
|
||||
include/leatherman/vendor/rapidjson/error/error.h
|
||||
include/leatherman/vendor/rapidjson/filereadstream.h
|
||||
include/leatherman/vendor/rapidjson/filewritestream.h
|
||||
include/leatherman/vendor/rapidjson/internal/
|
||||
include/leatherman/vendor/rapidjson/internal/biginteger.h
|
||||
include/leatherman/vendor/rapidjson/internal/diyfp.h
|
||||
include/leatherman/vendor/rapidjson/internal/dtoa.h
|
||||
include/leatherman/vendor/rapidjson/internal/ieee754.h
|
||||
include/leatherman/vendor/rapidjson/internal/itoa.h
|
||||
include/leatherman/vendor/rapidjson/internal/meta.h
|
||||
include/leatherman/vendor/rapidjson/internal/pow10.h
|
||||
include/leatherman/vendor/rapidjson/internal/stack.h
|
||||
include/leatherman/vendor/rapidjson/internal/strfunc.h
|
||||
include/leatherman/vendor/rapidjson/internal/strtod.h
|
||||
include/leatherman/vendor/rapidjson/memorybuffer.h
|
||||
include/leatherman/vendor/rapidjson/memorystream.h
|
||||
include/leatherman/vendor/rapidjson/msinttypes/
|
||||
include/leatherman/vendor/rapidjson/msinttypes/inttypes.h
|
||||
include/leatherman/vendor/rapidjson/msinttypes/stdint.h
|
||||
include/leatherman/vendor/rapidjson/prettywriter.h
|
||||
include/leatherman/vendor/rapidjson/rapidjson.h
|
||||
include/leatherman/vendor/rapidjson/reader.h
|
||||
include/leatherman/vendor/rapidjson/stringbuffer.h
|
||||
include/leatherman/vendor/rapidjson/writer.h
|
||||
lib/cmake/
|
||||
lib/cmake/leatherman/
|
||||
lib/cmake/leatherman/LeathermanConfig.cmake
|
||||
|
Loading…
Reference in New Issue
Block a user