From owner-svn-ports-all@freebsd.org Thu Jun 9 23:39:18 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3B162B70312; Thu, 9 Jun 2016 23:39:18 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D93FA1776; Thu, 9 Jun 2016 23:39:17 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u59NdHXJ007259; Thu, 9 Jun 2016 23:39:17 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u59NdGv7007256; Thu, 9 Jun 2016 23:39:16 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201606092339.u59NdGv7007256@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Thu, 9 Jun 2016 23:39:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r416644 - in head/devel/florist-gpl: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Jun 2016 23:39:18 -0000 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 \