Date: Mon, 1 Sep 2014 17:52:27 +0000 (UTC) From: Kurt Jaeger <pi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r366912 - in head/mail/tkrat2: . files Message-ID: <201409011752.s81HqRrY064955@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pi Date: Mon Sep 1 17:52:26 2014 New Revision: 366912 URL: http://svnweb.freebsd.org/changeset/ports/366912 QAT: https://qat.redports.org/buildarchive/r366912/ Log: mail/tkrat2: fix start of mail client, reset maintainer as requested by marino PR: 191994 Submitted by: Don Lewis <truckman@FreeBSD.org> Approved by: maintainer (timeout) Modified: head/mail/tkrat2/Makefile head/mail/tkrat2/files/patch-tkrat_Makefile.in Modified: head/mail/tkrat2/Makefile ============================================================================== --- head/mail/tkrat2/Makefile Mon Sep 1 17:50:26 2014 (r366911) +++ head/mail/tkrat2/Makefile Mon Sep 1 17:52:26 2014 (r366912) @@ -8,7 +8,7 @@ CATEGORIES= mail tk MASTER_SITES= http://tkrat.org/downloads/stable/ \ ftp://ftp.tkrat.org/pub/tkrat/ -MAINTAINER= sjroz@verizon.net +MAINTAINER= ports@FreeBSD.org COMMENT= Mail user agent for X with a Tcl/Tk user interface LICENSE= BSD3CLAUSE Modified: head/mail/tkrat2/files/patch-tkrat_Makefile.in ============================================================================== --- head/mail/tkrat2/files/patch-tkrat_Makefile.in Mon Sep 1 17:50:26 2014 (r366911) +++ head/mail/tkrat2/files/patch-tkrat_Makefile.in Mon Sep 1 17:52:26 2014 (r366912) @@ -1,5 +1,5 @@ ---- tkrat/Makefile.in.orig 2014-07-05 02:33:47.024291586 +0600 -+++ tkrat/Makefile.in 2014-07-05 02:34:16.376307317 +0600 +--- tkrat/Makefile.in.orig 2003-11-03 22:38:15.000000000 -0800 ++++ tkrat/Makefile.in 2014-07-20 14:46:06.000000000 -0700 @@ -13,8 +13,8 @@ exec_prefix = @exec_prefix@ MAN_DIR = @mandir@ @@ -11,3 +11,22 @@ sysconfdir = @sysconfdir@ INSTALL = @INSTALL@ +@@ -84,15 +84,15 @@ + rm -f $@ + echo "#!${WISH}" >$@ + echo "# This file automatically generated `date`" >>$@ +- echo "set env(LIBDIR) ${DATA_DIR}" >>$@ ++ echo "set env(LIBDIR) ${prefix}${DATA_DIR}" >>$@ + echo "set env(CONFIG_DIR) ${sysconfdir}/ratatosk" >>$@ + echo "set env(COMPRESS) ${COMPRESS}" >>$@ + echo "set env(CSUFFIX) ${CSUFFIX}" >>$@ + echo "set env(SSH) \"${SSH}\"" >>$@ +- echo "foreach dir {${DATA_DIR}/util ${LIB_DIR}} {" >>$@ ++ echo "foreach dir {${prefix}${DATA_DIR}/util ${LIB_DIR}} {" >>$@ + echo ' source $$dir/pkgIndex.tcl' >>$@ + echo "}" >>$@ +- echo "set auto_path [concat ${DATA_DIR} \$$auto_path]" >>$@ ++ echo "set auto_path [concat ${prefix}${DATA_DIR} \$$auto_path]" >>$@ + echo "TkRatClientStart" >>$@ + + backup:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409011752.s81HqRrY064955>