From owner-svn-ports-all@FreeBSD.ORG Tue Oct 30 14:11:17 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 87633ADA; Tue, 30 Oct 2012 14:11:17 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 6D2C58FC08; Tue, 30 Oct 2012 14:11:17 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q9UEBHVb007441; Tue, 30 Oct 2012 14:11:17 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q9UEBHNv007439; Tue, 30 Oct 2012 14:11:17 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201210301411.q9UEBHNv007439@svn.freebsd.org> From: Baptiste Daroussin Date: Tue, 30 Oct 2012 14:11:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r306677 - head/graphics/sampleicc X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Oct 2012 14:11:17 -0000 Author: bapt Date: Tue Oct 30 14:11:16 2012 New Revision: 306677 URL: http://svn.freebsd.org/changeset/ports/306677 Log: Fix persmission, which should allow redistribution of the package and will fix libreoffice being usable from remote repositories Feature safe: yes Modified: head/graphics/sampleicc/Makefile Modified: head/graphics/sampleicc/Makefile ============================================================================== --- head/graphics/sampleicc/Makefile Tue Oct 30 13:40:52 2012 (r306676) +++ head/graphics/sampleicc/Makefile Tue Oct 30 14:11:16 2012 (r306677) @@ -1,9 +1,4 @@ -# New ports collection makefile for: sampleicc -# Date created: 2012-01-21 -# Whom: Baptiste Daroussin -# # $FreeBSD$ -# PORTNAME= sampleicc PORTVERSION= 1.6.6 @@ -17,7 +12,7 @@ COMMENT= Library for reading, writing, m LICENSE= ICC LICENSE_NAME= The ICC Software License, Version 0.2 LICENSE_FILE= ${WRKSRC}/COPYING -LICENSE_PERMS= auto-accept +LICENSE_PERMS= ${_LICENSE_PERMS_DEFAULT} GNU_CONFIGURE= yes USE_GNOME= gnomehack