mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Add LICENSE_FILE
- Chase GitHub account change (old account explicitly mentions new one via GitHub status feature; no change in distfile checksum) Approved by: portmgr blanket
This commit is contained in:
parent
d1ef25bf96
commit
ab132ec22f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=505668
3 changed files with 8 additions and 7 deletions
|
@ -11,12 +11,13 @@ MAINTAINER= acm@FreeBSD.org
|
|||
COMMENT= General purpose library for the D programming language
|
||||
|
||||
LICENSE= BSL
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE_1_0..txt
|
||||
|
||||
BUILD_DEPENDS= ldmd2:lang/ldc \
|
||||
dub:devel/dub
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= BBasile
|
||||
GH_ACCOUNT= Basile-z
|
||||
|
||||
DUB_CMD= ${LOCALBASE}/bin/dub build --build=release
|
||||
D_INCLUDE_DIR= ${PREFIX}/include/d
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1541399195
|
||||
SHA256 (BBasile-iz-v0.6.22_GH0.tar.gz) = 141f48b95ca3767ac8ab4e1a9e7cbe8bbd291048eb5b6e60e7c0b1b185e1e775
|
||||
SIZE (BBasile-iz-v0.6.22_GH0.tar.gz) = 152135
|
||||
TIMESTAMP = 1556214026
|
||||
SHA256 (Basile-z-iz-v0.6.22_GH0.tar.gz) = 141f48b95ca3767ac8ab4e1a9e7cbe8bbd291048eb5b6e60e7c0b1b185e1e775
|
||||
SIZE (Basile-z-iz-v0.6.22_GH0.tar.gz) = 152135
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
iz is a general purpose library for the D programming language. It includes
|
||||
streams, containers, a serializer, property binder, Pascal-like sets,
|
||||
iz is a general purpose library for the D programming language. It includes
|
||||
streams, containers, a serializer, property binder, Pascal-like sets,
|
||||
Pascal-like properties and more
|
||||
|
||||
WWW: https://github.com/BBasile/iz
|
||||
WWW: https://github.com/Basile-z/iz
|
||||
|
|
Loading…
Add table
Reference in a new issue