ports/159224: [PATCH] hungarian/hunspell: fix MASTER_SITES and PLIST, add LICENSE

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Jul 27 07:20:10 UTC 2011


>Number:         159224
>Category:       ports
>Synopsis:       [PATCH] hungarian/hunspell: fix MASTER_SITES and PLIST, add LICENSE
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jul 27 07:20:09 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Sunpoet Po-Chuan Hsieh
>Release:        FreeBSD 8.2-STABLE amd64
>Organization:
The FreeBSD Project
>Environment:
System: FreeBSD bonjour.sunpoet.net 8.2-STABLE FreeBSD 8.2-STABLE #0: Sat Jul  9 23:23:51 CST
>Description:
- Fix MASTER_SITES
- Fix PLIST: remove out-dated pkg-plist
- Use dirrmtry on PREFIX/share/hunspell
- Add LICENSE
- Fix typo

Removed file(s):
- pkg-plist

Port maintainer (janos.mohacsi at bsd.hu) is cc'd.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- hunspell-1.6.1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/hungarian/hunspell/Makefile,v
retrieving revision 1.22
diff -u -u -r1.22 Makefile
--- Makefile	20 Jul 2011 08:45:08 -0000	1.22
+++ Makefile	27 Jul 2011 07:16:33 -0000
@@ -8,24 +8,24 @@
 PORTNAME=	hunspell
 PORTVERSION=	1.6.1
 CATEGORIES=	hungarian textproc
-MASTER_SITES=	SF/magyarispell/Magyar%20Ispell/${DICTVERSION}
+MASTER_SITES=	SF/magyarispell/Magyar%20Ispell/${PORTVERSION}
 DISTNAME=	hu_HU-${PORTVERSION}
 
 MAINTAINER=	janos.mohacsi at bsd.hu
-COMMENT=	Hunspell hungarian dictionnary
+COMMENT=	Hunspell hungarian dictionary
 
-NO_BUILD=	yes
-WRKSRC=	${WRKDIR}/hu_HU-${PORTVERSION}
+LICENSE=	GPLv2 LGPL21 MPL
+LICENSE_COMB=	dual
 
-PLIST_FILES=	share/hunspell/hu_HU.dic \
-		share/hunspell/hu_HU.aff
+NO_BUILD=	yes
+WRKSRC=		${WRKDIR}/hu_HU-${PORTVERSION}
 
-PLIST_DIRS=	share/hunspell
+PLIST_FILES=	share/hunspell/hu_HU.aff \
+		share/hunspell/hu_HU.dic
+PLIST_DIRSTRY=	share/hunspell
 
 do-install:
 	${MKDIR} ${PREFIX}/share/hunspell/
-	${INSTALL_DATA} ${WRKSRC}/hu_HU.dic \
-		${WRKSRC}/hu_HU.aff \
-		${PREFIX}/share/hunspell/
+	${INSTALL_DATA} ${WRKSRC}/hu_HU.aff ${WRKSRC}/hu_HU.dic ${PREFIX}/share/hunspell/
 
 .include <bsd.port.mk>
Index: pkg-plist
===================================================================
RCS file: pkg-plist
diff -N pkg-plist
--- pkg-plist	2 Jun 2010 17:49:09 -0000	1.12
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,36 +0,0 @@
-bin/hunspell
-include/hunspell/affentry.hxx
-include/hunspell/affixmgr.hxx
-include/hunspell/atypes.hxx
-include/hunspell/baseaffix.hxx
-include/hunspell/csutil.hxx
-include/hunspell/dictmgr.hxx
-include/hunspell/filemgr.hxx
-include/hunspell/hashmgr.hxx
-include/hunspell/htypes.hxx
-include/hunspell/hunspell.h
-include/hunspell/hunspell.hxx
-include/hunspell/hunzip.hxx
-include/hunspell/langnum.hxx
-include/hunspell/license.hunspell
-include/hunspell/phonet.hxx
-include/hunspell/replist.hxx
-include/hunspell/suggestmgr.hxx
-include/hunspell/w_char.hxx
-include/hunspell/hunvisapi.h
-include/hunspell/hunvisapi.h.in
- at dirrm include/hunspell
-lib/libhunspell-1.2.a
-lib/libhunspell-1.1.la
-lib/libhunspell-1.2.so.0
-lib/libhunspell-1.2.so
-libdata/pkgconfig/hunspell.pc
-share/myspell/hu_HU.aff
-share/myspell/hu_HU.dic
-share/myspell/hungarian.aff
-share/myspell/hungarian.dic
-share/myspell/magyar.aff
-share/myspell/magyar.dic
-share/myspell/default.aff
-share/myspell/default.dic
- at dirrm share/myspell
--- hunspell-1.6.1.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list