svn commit: r421397 - in head/textproc: linux-c6-aspell linux-f10-aspell

Tijl Coosemans tijl at FreeBSD.org
Mon Sep 5 21:09:24 UTC 2016


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 at 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 at 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 at 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


More information about the svn-ports-head mailing list