- Update cppi to 1.15
- Update MASTER_SITE_SUBDIR - Register USE_GETTEXT and honour WITHOUT_NLS - Grab maintainership
This commit is contained in:
parent
d50712c39b
commit
4c9f40ae56
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=275367
2 changed files with 14 additions and 12 deletions
|
@ -6,20 +6,26 @@
|
|||
#
|
||||
|
||||
PORTNAME= cppi
|
||||
PORTVERSION= 1.12
|
||||
PORTVERSION= 1.15
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_GNU}
|
||||
MASTER_SITE_SUBDIR= coreutils
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= johans@FreeBSD.org
|
||||
COMMENT= A tool to indent the C preprocessor directives
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_GMAKE= yes
|
||||
USE_XZ= yes
|
||||
USE_GETTEXT= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LIBS="-L${LOCALBASE}/lib"
|
||||
CPPFLAGS= -I${LOCALBASE}/include
|
||||
|
||||
PLIST_FILES= bin/cppi
|
||||
MAN1= cppi.1
|
||||
|
||||
.ifndef WITHOUT_NLS
|
||||
USE_GETTEXT= yes
|
||||
.else
|
||||
CONFIGURE_ARGS+=--disable-nls
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,6 +1,2 @@
|
|||
MD5 (cppi-1.12.tar.bz2) = 3a9b8fa70cae2fb36b089a5f2ef4326f
|
||||
SHA256 (cppi-1.12.tar.bz2) = 8cde71a6f9c2555969deb2a691ca2b5b67b350a3ce15025e38754cee247c1f78
|
||||
SIZE (cppi-1.12.tar.bz2) = 272977
|
||||
MD5 (cppi-1.12.tar.bz2.sig) = 59729a91216b131c06c1e867883e42f8
|
||||
SHA256 (cppi-1.12.tar.bz2.sig) = 6cdd7869f3742e502adf9f3fe5ade720e0d8afb17328d6511bb3b9f691658576
|
||||
SIZE (cppi-1.12.tar.bz2.sig) = 189
|
||||
SHA256 (cppi-1.15.tar.xz) = 82bfe3d7ae7a5ca208c71c34cb9b2967ce6251c112b548649a3b9bced9e57cab
|
||||
SIZE (cppi-1.15.tar.xz) = 418936
|
||||
|
|
Loading…
Reference in a new issue