stagit: update to 0.9.3.
ChangeLog: - Makefile improvements - some README tweaks and rewording, reordering - add OpenBSD unveil support - small code-style white-space/newline - style.css: highlight anchor ids, useful for linking highlighting lines in a diff - improve includes, stagit-index does not need compat.h - atom.xml: improve output format a bit
This commit is contained in:
parent
d21362424f
commit
8611071444
2 changed files with 9 additions and 17 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.1 2019/06/19 10:04:58 fcambus Exp $
|
||||
# $NetBSD: Makefile,v 1.2 2020/02/23 21:38:49 fcambus Exp $
|
||||
|
||||
DISTNAME= stagit-0.9.2
|
||||
DISTNAME= stagit-0.9.3
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= https://codemadness.org/releases/stagit/
|
||||
|
||||
|
@ -11,18 +11,10 @@ LICENSE= mit
|
|||
|
||||
USE_LANGUAGES= c99
|
||||
|
||||
SUBST_CLASSES+= makefile
|
||||
SUBST_STAGE.makefile= pre-configure
|
||||
SUBST_MESSAGE.makefile= Adjust config.mk
|
||||
SUBST_FILES.makefile= config.mk
|
||||
SUBST_SED.makefile+= -e '/^CFLAGS/ s,-O2,,'
|
||||
SUBST_SED.makefile+= -e 's,^CFLAGS *= ,CFLAGS += ,'
|
||||
SUBST_SED.makefile+= -e 's,^LDFLAGS *= ,LDFLAGS += ,'
|
||||
|
||||
MAKE_FLAGS+= PREFIX=${PREFIX}
|
||||
MAKE_FLAGS+= MANPREFIX=${PREFIX}/${PKGMANDIR}
|
||||
MAKE_FLAGS+= GITINC=${PREFIX}/include
|
||||
MAKE_FLAGS+= GITLIB=${PREFIX}/lib
|
||||
MAKE_FLAGS+= LIBGIT_INC=
|
||||
MAKE_FLAGS+= LIBGIT_LIB=-lgit2
|
||||
|
||||
.include "../../devel/libgit2/buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.1 2019/06/19 10:04:58 fcambus Exp $
|
||||
$NetBSD: distinfo,v 1.2 2020/02/23 21:38:49 fcambus Exp $
|
||||
|
||||
SHA1 (stagit-0.9.2.tar.gz) = 288674c4b8f15473ca2e769105d8c1c06fce5387
|
||||
RMD160 (stagit-0.9.2.tar.gz) = 2cbc32171fec7ce30fdf0fbb9da42588cc6716b6
|
||||
SHA512 (stagit-0.9.2.tar.gz) = 30a1c43672c94bcf85af25e2c2d0137a1014c625361dc53f78f8a31b194d9a678372d0cc98e6fa8ea3ddd1d632bdbc8ecb37f40e0bac44fa05dfdf981417fe2c
|
||||
Size (stagit-0.9.2.tar.gz) = 18525 bytes
|
||||
SHA1 (stagit-0.9.3.tar.gz) = aa3f850e5012cd6e3341f27a4c9ae63b8202e5c0
|
||||
RMD160 (stagit-0.9.3.tar.gz) = 959755b089cb055125751c26c21b19d9470c2ac3
|
||||
SHA512 (stagit-0.9.3.tar.gz) = 94934fb94f2798155a036922394de3d8b80b01dd3199269715e4d1867b7911e3290e1b8bc175b83b0a42d307d6b3e1d75268fa51e576a0a1baf9b88434e8aca9
|
||||
Size (stagit-0.9.3.tar.gz) = 18464 bytes
|
||||
|
|
Loading…
Reference in a new issue