svn commit: r416644 - in head/devel/florist-gpl: . files
John Marino
marino at FreeBSD.org
Thu Jun 9 23:39:18 UTC 2016
Author: marino
Date: Thu Jun 9 23:39:16 2016
New Revision: 416644
URL: https://svnweb.freebsd.org/changeset/ports/416644
Log:
devel/florist-gpl: upgrade version 2015 => 2016
Modified:
head/devel/florist-gpl/Makefile
head/devel/florist-gpl/distinfo
head/devel/florist-gpl/files/patch-Makefile.in
Modified: head/devel/florist-gpl/Makefile
==============================================================================
--- head/devel/florist-gpl/Makefile Thu Jun 9 23:25:23 2016 (r416643)
+++ head/devel/florist-gpl/Makefile Thu Jun 9 23:39:16 2016 (r416644)
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= florist-gpl
-PORTVERSION= 2015
-PORTREVISION= 1
+PORTVERSION= 2016
CATEGORIES= devel
MASTER_SITES= http://downloads.dragonlace.net/src/
DISTNAME= ${PORTNAME}-${PORTVERSION}-src
Modified: head/devel/florist-gpl/distinfo
==============================================================================
--- head/devel/florist-gpl/distinfo Thu Jun 9 23:25:23 2016 (r416643)
+++ head/devel/florist-gpl/distinfo Thu Jun 9 23:39:16 2016 (r416644)
@@ -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
Modified: head/devel/florist-gpl/files/patch-Makefile.in
==============================================================================
--- head/devel/florist-gpl/files/patch-Makefile.in Thu Jun 9 23:25:23 2016 (r416643)
+++ head/devel/florist-gpl/files/patch-Makefile.in Thu Jun 9 23:39:16 2016 (r416644)
@@ -1,10 +1,10 @@
---- 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 \
More information about the svn-ports-all
mailing list