diff options
author | tijl <tijl@FreeBSD.org> | 2016-09-06 05:09:22 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2016-09-06 05:09:22 +0800 |
commit | d2c168f3d8e4343ef5c40a0f42023a87c9f214df (patch) | |
tree | f95ab3ee4175a6cfbbbe7569e58b1332d3fecebb /textproc | |
parent | 8247d85f7e4cea875e35b2ab285e1a8bc295811d (diff) | |
download | freebsd-ports-gnome-d2c168f3d8e4343ef5c40a0f42023a87c9f214df.tar.gz freebsd-ports-gnome-d2c168f3d8e4343ef5c40a0f42023a87c9f214df.tar.zst freebsd-ports-gnome-d2c168f3d8e4343ef5c40a0f42023a87c9f214df.zip |
- Remove old CONFLICTS.
- Set LICENSE.
- Remove unused pkg-descr.
PR: 211252
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/linux-c6-aspell/Makefile | 9 | ||||
-rw-r--r-- | textproc/linux-c6-aspell/pkg-descr | 9 | ||||
-rw-r--r-- | textproc/linux-f10-aspell/Makefile | 4 | ||||
-rw-r--r-- | textproc/linux-f10-aspell/pkg-descr | 9 |
4 files changed, 6 insertions, 25 deletions
diff --git a/textproc/linux-c6-aspell/Makefile b/textproc/linux-c6-aspell/Makefile index 81c2779c2972..74fa4cca617e 100644 --- a/textproc/linux-c6-aspell/Makefile +++ b/textproc/linux-c6-aspell/Makefile @@ -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 diff --git a/textproc/linux-c6-aspell/pkg-descr b/textproc/linux-c6-aspell/pkg-descr deleted file mode 100644 index ec574c9680c3..000000000000 --- a/textproc/linux-c6-aspell/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -Linux version of Aspell. - -Aspell is a spelling checker designed to eventually replace ispell, although -it currently lacks many of ispell's basic functions. Aspell's main feature is -that it does a much better job of coming up with possible suggestions than -ispell. Aspell also includes a powerful C++ library with C and Perl interfaces -in the works. - -WWW: http://aspell.sourceforge.net/ diff --git a/textproc/linux-f10-aspell/Makefile b/textproc/linux-f10-aspell/Makefile index ddc3263928bd..112fb8e02f9d 100644 --- a/textproc/linux-f10-aspell/Makefile +++ b/textproc/linux-f10-aspell/Makefile @@ -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 diff --git a/textproc/linux-f10-aspell/pkg-descr b/textproc/linux-f10-aspell/pkg-descr deleted file mode 100644 index ec574c9680c3..000000000000 --- a/textproc/linux-f10-aspell/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -Linux version of Aspell. - -Aspell is a spelling checker designed to eventually replace ispell, although -it currently lacks many of ispell's basic functions. Aspell's main feature is -that it does a much better job of coming up with possible suggestions than -ispell. Aspell also includes a powerful C++ library with C and Perl interfaces -in the works. - -WWW: http://aspell.sourceforge.net/ |