Index: head/devel/florist-gpl/Makefile =================================================================== --- head/devel/florist-gpl/Makefile (revision 416643) +++ head/devel/florist-gpl/Makefile (revision 416644) @@ -1,25 +1,24 @@ # Created by: John Marino # $FreeBSD$ PORTNAME= florist-gpl -PORTVERSION= 2015 -PORTREVISION= 1 +PORTVERSION= 2016 CATEGORIES= devel MASTER_SITES= http://downloads.dragonlace.net/src/ DISTNAME= ${PORTNAME}-${PORTVERSION}-src MAINTAINER= marino@FreeBSD.org COMMENT= POSIX Ada binding, IEEE Standards 1003.5(b,c) LICENSE= GPLv3 BUILD_DEPENDS= gprbuild:devel/gprbuild USES= ada gmake GNU_CONFIGURE= yes SUB_FILES= florist.gpr post-extract: (cd ${WRKSRC}/configs && ${CP} pconfig.FreeBSD pconfig.DragonFly) .include Index: head/devel/florist-gpl/distinfo =================================================================== --- head/devel/florist-gpl/distinfo (revision 416643) +++ head/devel/florist-gpl/distinfo (revision 416644) @@ -1,2 +1,3 @@ -SHA256 (florist-gpl-2015-src.tar.gz) = 5db1704450c379eb4c247f66a4605630bc2677f36fe385eeea115d5e283563e8 -SIZE (florist-gpl-2015-src.tar.gz) = 291558 +TIMESTAMP = 1465514913 +SHA256 (florist-gpl-2016-src.tar.gz) = 658e32bfc3bd661bc7edc5b616dcd2427699e7b14065c5093b8a2d8c05ed1af8 +SIZE (florist-gpl-2016-src.tar.gz) = 291635 Index: head/devel/florist-gpl/files/patch-Makefile.in =================================================================== --- head/devel/florist-gpl/files/patch-Makefile.in (revision 416643) +++ head/devel/florist-gpl/files/patch-Makefile.in (revision 416644) @@ -1,19 +1,19 @@ ---- Makefile.in.orig 2015-04-30 10:20:42 UTC +--- Makefile.in.orig 2016-05-16 09:26:01 UTC +++ Makefile.in @@ -171,7 +171,14 @@ distclean: clean # install floristlib # make all files read-only to prevent recompilation install: -- gprinstall -Pflorist $(PROJECT_FLAGS) -a -p --prefix=$(PREFIX) --sources-subdir=floristlib --lib-subdir=floristlib --link-lib-subdir=floristlib +- gprinstall -Pflorist $(PROJECT_FLAGS) -a -p -f --prefix=$(PREFIX) --sources-subdir=floristlib --lib-subdir=floristlib --link-lib-subdir=floristlib - chmod a-w $(PREFIX)/floristlib/* + mkdir -p $(DESTDIR)$(PREFIX)/lib/gnat \ + $(DESTDIR)$(PREFIX)/lib/florist \ + $(DESTDIR)$(PREFIX)/include/florist + $(BSD_INSTALL_DATA) gensrc/*.ad[bs] gensrc/threads/*.ad[bs] \ + libsrc/*.ad[bs] libsrc/threads/*.ad[bs] \ + $(DESTDIR)$(PREFIX)/include/florist + $(BSD_INSTALL_DATA) lib/*.ali $(DESTDIR)$(PREFIX)/lib/florist + $(BSD_INSTALL_DATA) lib/*.a $(DESTDIR)$(PREFIX)/lib/florist + $(BSD_INSTALL_DATA) ../florist.gpr $(DESTDIR)$(PREFIX)/lib/gnat .PHONY: all install clean distclean regen floristlib force