bdf2sfd: update to 1.1.6.
bdf2sfd 1.1.6 (2021-02-12) - Stop forcing FORTIFY_SOURCE=2, it should be package builders decision - Get rid of global variables, move all declarations to main() - Remove dead increments for argc and argv - Rename a few variables to get rid of all camelCase occurences - Reorder and reformat variables declaration - Try to harmonize usage information everywhere - Rename the displayUsage() function to usage()
This commit is contained in:
parent
09719b7f5f
commit
3f0a970ec7
2 changed files with 7 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.6 2020/10/20 13:03:58 fcambus Exp $
|
||||
# $NetBSD: Makefile,v 1.7 2021/02/13 08:02:02 fcambus Exp $
|
||||
|
||||
DISTNAME= bdf2sfd-1.1.5
|
||||
DISTNAME= bdf2sfd-1.1.6
|
||||
CATEGORIES= converters
|
||||
MASTER_SITES= ${MASTER_SITE_GITHUB:=fcambus/}
|
||||
GITHUB_RELEASE= ${PKGVERSION_NOREV}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.6 2020/10/20 13:03:58 fcambus Exp $
|
||||
$NetBSD: distinfo,v 1.7 2021/02/13 08:02:02 fcambus Exp $
|
||||
|
||||
SHA1 (bdf2sfd-1.1.5.tar.gz) = 891c99d12444f4b854ef20a443bbe3d8797eb692
|
||||
RMD160 (bdf2sfd-1.1.5.tar.gz) = ffc9c97ff2bd40725bb3db286bb0c1b24e6b0953
|
||||
SHA512 (bdf2sfd-1.1.5.tar.gz) = bacf6158f4f578faefc8a7f0e037bfe91b4206c0eb78d35afb04ae724bb9be42b19e56ed37857069ff1f7530a77e65a01ff2e9eab32b99b471e698a42e9bdc1d
|
||||
Size (bdf2sfd-1.1.5.tar.gz) = 20547 bytes
|
||||
SHA1 (bdf2sfd-1.1.6.tar.gz) = e9c1f6427cb310758bc67ed288da6372ed542bc6
|
||||
RMD160 (bdf2sfd-1.1.6.tar.gz) = fb93324f0f69791f772912d2a7a9ee84573c81a7
|
||||
SHA512 (bdf2sfd-1.1.6.tar.gz) = 62ddf48b86ce9f8aeb5af0a2d3d97b6e0f50c4cab6a22488a1caaaef03cd67746bd3f7e4924fbe4780dacb928575b50aabf9ff0144dcb31f803eb5e661f457f2
|
||||
Size (bdf2sfd-1.1.6.tar.gz) = 20666 bytes
|
||||
|
|
Loading…
Reference in a new issue