svn commit: r343429 - head/devel/atf

Julio Merino jmmv at FreeBSD.org
Sun Feb 9 04:03:22 UTC 2014


Author: jmmv (src committer)
Date: Sun Feb  9 04:03:21 2014
New Revision: 343429
URL: http://svnweb.freebsd.org/changeset/ports/343429
QAT: https://qat.redports.org/buildarchive/r343429/

Log:
  Stop handling the 'tests' directory.
  
  We now rely on BSD.local.dist from ports to create /usr/local/tests.
  Bump the port revision to 2.
  
  Approved by:	bdrewery

Modified:
  head/devel/atf/Makefile
  head/devel/atf/pkg-plist

Modified: head/devel/atf/Makefile
==============================================================================
--- head/devel/atf/Makefile	Sun Feb  9 04:02:15 2014	(r343428)
+++ head/devel/atf/Makefile	Sun Feb  9 04:03:21 2014	(r343429)
@@ -2,7 +2,7 @@
 
 PORTNAME=	atf
 PORTVERSION=	0.16
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel
 MASTER_SITES=	GOOGLE_CODE
 

Modified: head/devel/atf/pkg-plist
==============================================================================
--- head/devel/atf/pkg-plist	Sun Feb  9 04:02:15 2014	(r343428)
+++ head/devel/atf/pkg-plist	Sun Feb  9 04:03:21 2014	(r343429)
@@ -159,7 +159,6 @@ tests/atf/test-programs/srcdir_test
 @dirrm tests/atf/atf-c++
 @dirrm tests/atf/atf-c
 @dirrm tests/atf
- at dirrm tests
 %%TOOLS%%@dirrm share/xsl/atf
 %%TOOLS%%@dirrm share/xsl
 %%TOOLS%%@dirrm share/xml/atf


More information about the svn-ports-all mailing list