svn commit: r369639 - head/devel/automake

Mathieu Arnold mat at FreeBSD.org
Tue Sep 30 15:39:47 UTC 2014


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


More information about the svn-ports-head mailing list