From owner-svn-ports-head@FreeBSD.ORG Thu Sep 11 13:03:19 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6CEDA46C; Thu, 11 Sep 2014 13:03:19 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 582A98C0; Thu, 11 Sep 2014 13:03:19 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8BD3Hc7021744; Thu, 11 Sep 2014 13:03:17 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8BD3H0x021743; Thu, 11 Sep 2014 13:03:17 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201409111303.s8BD3H0x021743@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Thu, 11 Sep 2014 13:03:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r367926 - head/textproc/xmlindent X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Sep 2014 13:03:19 -0000 Author: ehaupt Date: Thu Sep 11 13:03:17 2014 New Revision: 367926 URL: http://svnweb.freebsd.org/changeset/ports/367926 QAT: https://qat.redports.org/buildarchive/r367926/ Log: Actually remove MANCOMPRESSED, not just comment it Modified: head/textproc/xmlindent/Makefile Modified: head/textproc/xmlindent/Makefile ============================================================================== --- head/textproc/xmlindent/Makefile Thu Sep 11 13:01:09 2014 (r367925) +++ head/textproc/xmlindent/Makefile Thu Sep 11 13:03:17 2014 (r367926) @@ -12,8 +12,6 @@ COMMENT= XML stream reformatter LICENSE= GPLv2 -#MANCOMPRESSED= no - SOURCES= error.c indent.c buffer.c main.c PLIST_FILES= bin/xmlindent man/man1/xmlindent.1.gz