Date: Mon, 5 Sep 2016 21:09:22 +0000 (UTC) From: Tijl Coosemans <tijl@FreeBSD.org> 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 Message-ID: <201609052109.u85L9MPA080743@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <pkubaj@anongoth.pl> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609052109.u85L9MPA080743>