Update to diffutils-3.5
Drop the gettext module while here.
This commit is contained in:
parent
7093a4a62c
commit
8b32d54310
@ -1,24 +1,23 @@
|
||||
# $OpenBSD: Makefile,v 1.18 2013/11/09 23:19:03 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.19 2016/08/27 08:15:01 jca Exp $
|
||||
|
||||
COMMENT= GNU versions of the diff utilities
|
||||
|
||||
VERSION= 3.3
|
||||
VERSION= 3.5
|
||||
EXTRACT_SUFX= .tar.xz
|
||||
DISTNAME= diffutils-${VERSION}
|
||||
PKGNAME= gdiff-${VERSION}
|
||||
REVISION= 0
|
||||
CATEGORIES= textproc
|
||||
HOMEPAGE= https://www.gnu.org/software/diffutils/
|
||||
|
||||
# GPLv3+
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
|
||||
WANTLIB= c sigsegv
|
||||
WANTLIB += c iconv intl sigsegv
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_GNU:=diffutils/}
|
||||
|
||||
MODULES= devel/gettext
|
||||
LIB_DEPENDS= devel/libsigsegv
|
||||
LIB_DEPENDS= devel/gettext \
|
||||
devel/libsigsegv
|
||||
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ARGS= --program-prefix=g
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (diffutils-3.3.tar.xz) = ol6JqKtl/e0XMeQYa+G7Jc2pZ4NLbflzWZzc1avfwZw=
|
||||
SIZE (diffutils-3.3.tar.xz) = 1197832
|
||||
SHA256 (diffutils-3.5.tar.xz) = 2tOYzNW5+sprCrIZoDZFP2KmAqViA6xlm0Poib7DVTM=
|
||||
SIZE (diffutils-3.5.tar.xz) = 1360996
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.6 2013/05/02 13:21:16 sthen Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.7 2016/08/27 08:15:01 jca Exp $
|
||||
@bin bin/gcmp
|
||||
@bin bin/gdiff
|
||||
@bin bin/gdiff3
|
||||
@ -21,6 +21,7 @@ share/locale/fr/LC_MESSAGES/diffutils.mo
|
||||
share/locale/ga/LC_MESSAGES/diffutils.mo
|
||||
share/locale/gl/LC_MESSAGES/diffutils.mo
|
||||
share/locale/he/LC_MESSAGES/diffutils.mo
|
||||
share/locale/hr/LC_MESSAGES/diffutils.mo
|
||||
share/locale/hu/LC_MESSAGES/diffutils.mo
|
||||
share/locale/id/LC_MESSAGES/diffutils.mo
|
||||
share/locale/it/LC_MESSAGES/diffutils.mo
|
||||
@ -29,6 +30,7 @@ share/locale/lv/LC_MESSAGES/diffutils.mo
|
||||
share/locale/ms/
|
||||
share/locale/ms/LC_MESSAGES/
|
||||
share/locale/ms/LC_MESSAGES/diffutils.mo
|
||||
share/locale/nb/LC_MESSAGES/diffutils.mo
|
||||
share/locale/nl/LC_MESSAGES/diffutils.mo
|
||||
share/locale/pl/LC_MESSAGES/diffutils.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/diffutils.mo
|
||||
|
Loading…
Reference in New Issue
Block a user