Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Sep 2014 15:39:47 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r369639 - head/devel/automake
Message-ID:  <201409301539.s8UFdlok059126@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Tue Sep 30 15:39:46 2014
New Revision: 369639
URL: http://svnweb.freebsd.org/changeset/ports/369639
QAT: https://qat.redports.org/buildarchive/r369639/

Log:
  Bump PORTREVISION to solve this error:
  aclocal-1.14: error: couldn't open directory '/usr/local/share/aclocal': No such file or directory
  
  Which happens if the automake package was built before pkg 1.3.8, because
  share/aclocal was part of BSD.local.dist, and was not created by this port.
  
  Sponsored by:	Absolight

Modified:
  head/devel/automake/Makefile

Modified: head/devel/automake/Makefile
==============================================================================
--- head/devel/automake/Makefile	Tue Sep 30 15:25:05 2014	(r369638)
+++ head/devel/automake/Makefile	Tue Sep 30 15:39:46 2014	(r369639)
@@ -3,6 +3,7 @@
 
 PORTNAME=	automake
 PORTVERSION=	1.14
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_GNU}
 MASTER_SITE_SUBDIR=	automake



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