From owner-svn-ports-all@freebsd.org Mon Sep 5 21:09:23 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E88AFAC440D; Mon, 5 Sep 2016 21:09:23 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 BB38780C; Mon, 5 Sep 2016 21:09:23 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u85L9NrY080745; Mon, 5 Sep 2016 21:09:23 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u85L9MPA080743; Mon, 5 Sep 2016 21:09:22 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201609052109.u85L9MPA080743@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Mon, 5 Sep 2016 21:09:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421397 - in head/textproc: linux-c6-aspell linux-f10-aspell 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.23 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: Mon, 05 Sep 2016 21:09:24 -0000 Author: tijl Date: Mon Sep 5 21:09:22 2016 New Revision: 421397 URL: https://svnweb.freebsd.org/changeset/ports/421397 Log: - Remove old CONFLICTS. - Set LICENSE. - Remove unused pkg-descr. PR: 211252 Submitted by: Piotr Kubaj Deleted: head/textproc/linux-c6-aspell/pkg-descr head/textproc/linux-f10-aspell/pkg-descr Modified: head/textproc/linux-c6-aspell/Makefile head/textproc/linux-f10-aspell/Makefile Modified: head/textproc/linux-c6-aspell/Makefile ============================================================================== --- head/textproc/linux-c6-aspell/Makefile Mon Sep 5 21:02:02 2016 (r421396) +++ head/textproc/linux-c6-aspell/Makefile Mon Sep 5 21:09:22 2016 (r421397) @@ -3,19 +3,18 @@ PORTNAME= aspell PORTVERSION= 0.60.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc linux MAINTAINER= emulation@FreeBSD.org COMMENT= Spelling checker with better logic than ispell (Linux CentOS ${LINUX_DIST_VER}) -CONFLICTS= linux-aspell-[0-9]* linux-f10-aspell-[0-9]* - -USES= linux:c6 -USE_LINUX_RPM= yes +LICENSE= LGPL21+ RPMVERSION= 12.el6 +USES= linux:c6 USE_LDCONFIG= yes +USE_LINUX_RPM= yes DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr Modified: head/textproc/linux-f10-aspell/Makefile ============================================================================== --- head/textproc/linux-f10-aspell/Makefile Mon Sep 5 21:02:02 2016 (r421396) +++ head/textproc/linux-f10-aspell/Makefile Mon Sep 5 21:09:22 2016 (r421397) @@ -3,13 +3,13 @@ PORTNAME= aspell PORTVERSION= 0.60.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc linux MAINTAINER= emulation@FreeBSD.org COMMENT= Spelling checker with better logic than ispell (Linux Fedora 10) -CONFLICTS= linux-aspell-[0-9]* linux-f8-aspell-[0-9]* +LICENSE= LGPL21+ USES= linux:f10 USE_LINUX_RPM= yes