Index: head/devel/simple_components/Makefile =================================================================== --- head/devel/simple_components/Makefile (revision 433668) +++ head/devel/simple_components/Makefile (revision 433669) @@ -1,55 +1,55 @@ # Created by: Rod Kay # $FreeBSD$ PORTNAME= simple_components -PORTVERSION= 4.17 +PORTVERSION= 4.18 CATEGORIES= devel MASTER_SITES= http://www.dmitry-kazakov.de/ada/ DISTNAME= components_${PORTVERSION:S/./_/} MAINTAINER= rodakay@internode.on.net COMMENT= Simple Ada Components LICENSE= GPLv2 GMGPL LICENSE_COMB= multi BUILD_DEPENDS= gprbuild:devel/gprbuild USES= ada tar:tgz DEST= ${STAGEDIR}${PREFIX} NO_WRKSUBDIR= yes CS= components SV= ${CS}-connections_server HS= ${SV}-http_server PROJECT_LIST= strings_edit tables ${CS} ${CS}-sqlite ${CS}-odbc \ ${CS}-gnutls ${SV} ${SV}-secure ${SV}-modbus \ ${HS} ${HS}-sqlite_browser #${CS}-gnade ${CS}-apq PLIST_SUB= ISC=include/${PORTNAME} LSC=lib/${PORTNAME} \ SV=${SV} HS=${HS} SSM=gnat-sockets-connection_state_machine \ SE=strings_edit PR=${CS}/parsers GN=${CS}/generic \ PT=${CS}/persistent OD=${CS}-odbc OB=${CS}/object do-build: .for PROJECT in ${PROJECT_LIST} (cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} gprbuild -P${PROJECT}) .endfor do-install: # Work around gprbuild's inability to handle separate package bodies # Create a dummy file, otherwise none of strings_edit gets installed ${TOUCH} ${WRKSRC}/strings_edit-text_edit.o .for PROJECT in ${PROJECT_LIST} (cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} gprinstall -p \ --prefix=${DEST} \ --project-subdir=${DEST}/lib/gnat \ --sources-subdir=${DEST}/include/${PORTNAME}/${PROJECT} \ --lib-subdir=${DEST}/lib/${PORTNAME}/${PROJECT} \ ${PROJECT}.gpr) .endfor # end of workaround: remove dummy object file ${RM} ${WRKSRC}/strings_edit-text_edit.o # Eject manifests, we don't use them ${RM} -r ${DEST}/lib/gnat/manifests .include Index: head/devel/simple_components/distinfo =================================================================== --- head/devel/simple_components/distinfo (revision 433668) +++ head/devel/simple_components/distinfo (revision 433669) @@ -1,3 +1,3 @@ -TIMESTAMP = 1481615483 -SHA256 (components_4_17.tgz) = 2aa6ddce38345edfb388effb17f0c9e36b696fb2dff2ed91e70dae5fdf7e282d -SIZE (components_4_17.tgz) = 3061734 +TIMESTAMP = 1486551607 +SHA256 (components_4_18.tgz) = ff6489557193f8729a32ba123d0f896d91b6a6984599ded166b0e060165065a6 +SIZE (components_4_18.tgz) = 3063098