Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Jun 2017 11:33:48 +0000 (UTC)
From:      Matthew Seaman <matthew@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r443686 - in head/www/rt42: . files
Message-ID:  <201706161133.v5GBXm1V028462@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: matthew
Date: Fri Jun 16 11:33:48 2017
New Revision: 443686
URL: https://svnweb.freebsd.org/changeset/ports/443686

Log:
  Revert patch-config.layout to r354074 -- 'make makepatch' wiped out
  the %%PREFIX%% substitution token.
  
  Pointyhat to me.
  
  This, along with r443668 needs MFH to 2017Q2
  
  MFH:		2017Q2

Modified:
  head/www/rt42/Makefile
  head/www/rt42/files/patch-config.layout

Modified: head/www/rt42/Makefile
==============================================================================
--- head/www/rt42/Makefile	Fri Jun 16 11:14:40 2017	(r443685)
+++ head/www/rt42/Makefile	Fri Jun 16 11:33:48 2017	(r443686)
@@ -2,7 +2,7 @@
 
 PORTNAME=	rt
 DISTVERSION=	4.2.13
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	www
 MASTER_SITES=	http://download.bestpractical.com/pub/rt/release/
 PKGNAMESUFFIX=	42

Modified: head/www/rt42/files/patch-config.layout
==============================================================================
--- head/www/rt42/files/patch-config.layout	Fri Jun 16 11:14:40 2017	(r443685)
+++ head/www/rt42/files/patch-config.layout	Fri Jun 16 11:33:48 2017	(r443686)
@@ -1,11 +1,19 @@
---- config.layout.orig	2016-06-08 21:49:02 UTC
-+++ config.layout
-@@ -110,24 +110,24 @@
+--- ./config.layout.orig	2014-05-06 17:59:04.000000000 +0100
++++ ./config.layout	2014-05-14 15:26:37.717215779 +0100
+@@ -103,31 +103,31 @@
+ </Layout>
+ 
+ <Layout FreeBSD>
+-  prefix:		/usr/local
++  prefix:		%%PREFIX%%
+   exec_prefix:		${prefix}
+   bindir:		${exec_prefix}/bin
+   sbindir:		${exec_prefix}/sbin
    sysconfdir:		${prefix}/etc+
    mandir:		${prefix}/man
    plugindir:		${prefix}/plugins
 -  libdir:		${prefix}/lib+
-+  libdir:		/usr/local/lib/perl5/site_perl
++  libdir:		%%SITE_PERL%%
    datadir:		${prefix}/share+
    htmldir:		${datadir}/html
    lexdir:		${datadir}/po



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201706161133.v5GBXm1V028462>