Bug 188134 - sysutils/cfengine: Remove -devel VERSION as a valid MASTERDIR
Summary: sysutils/cfengine: Remove -devel VERSION as a valid MASTERDIR
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Cy Schubert
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-31 17:00 UTC by Steven Kreuzer
Modified: 2014-03-31 20:10 UTC (History)
1 user (show)

See Also:


Attachments
cfengine-3.5.3.patch (314 bytes, patch)
2014-03-31 17:00 UTC, Steven Kreuzer
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Steven Kreuzer freebsd_committer freebsd_triage 2014-03-31 17:00:00 UTC
sysutils/cfengine-devel was removed from the tree but VERSIONS references it in sysutils/cfengine

Port maintainer (cy@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 1.00.2014.02.11 (mode: change, diff: SVN)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-03-31 17:00:04 UTC
Responsible Changed
From-To: freebsd-ports-bugs->cy

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2014-03-31 20:09:12 UTC
Author: cy
Date: Mon Mar 31 19:09:09 2014
New Revision: 349791
URL: http://svnweb.freebsd.org/changeset/ports/349791
QAT: https://qat.redports.org/buildarchive/r349791/

Log:
  Remove -devel.
  
  PR:		188134
  Submitted by:	skreuzer

Modified:
  head/sysutils/cfengine/Makefile

Modified: head/sysutils/cfengine/Makefile
==============================================================================
--- head/sysutils/cfengine/Makefile	Mon Mar 31 19:05:36 2014	(r349790)
+++ head/sysutils/cfengine/Makefile	Mon Mar 31 19:09:09 2014	(r349791)
@@ -1,6 +1,6 @@
 # $FreeBSD$
 
-VERSIONS=		22 32 33 34 35 -devel
+VERSIONS=		22 32 33 34 35
 CFENGINE_VERSION?=	35
 
 MASTERDIR=		${.CURDIR}/../cfengine${CFENGINE_VERSION}
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Cy Schubert freebsd_committer freebsd_triage 2014-03-31 20:09:30 UTC
State Changed
From-To: open->closed

Committed. Thanks.