svn commit: r329202 - head/portuguese/hunspell

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Oct 3 16:19:51 UTC 2013


Author: sunpoet
Date: Thu Oct  3 16:19:50 2013
New Revision: 329202
URL: http://svnweb.freebsd.org/changeset/ports/329202

Log:
  - Update to 20131001
  - Support STAGEDIR

Modified:
  head/portuguese/hunspell/Makefile
  head/portuguese/hunspell/distinfo

Modified: head/portuguese/hunspell/Makefile
==============================================================================
--- head/portuguese/hunspell/Makefile	Thu Oct  3 16:09:54 2013	(r329201)
+++ head/portuguese/hunspell/Makefile	Thu Oct  3 16:19:50 2013	(r329202)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	hunspell
-PORTVERSION=	20130902
+PORTVERSION=	20131001
 CATEGORIES=	portuguese textproc
 MASTER_SITES=	http://natura.di.uminho.pt/download/sources/Dictionaries/hunspell/ \
 		http://www.broffice.org/files/:BR \
@@ -22,10 +22,9 @@ PLIST_FILES=	%%DATADIR%%/pt_BR.aff \
 		%%DATADIR%%/pt_PT.dic
 PLIST_DIRSTRY=	%%DATADIR%%
 
-NO_STAGE=	yes
 do-install:
-	${MKDIR} ${DATADIR}/
+	${MKDIR} ${STAGEDIR}${DATADIR}/
 	${INSTALL_DATA} ${WRKDIR}/pt_BR.aff ${WRKDIR}/pt_BR.dic \
-	  	${WRKSRC}/pt_PT.aff ${WRKSRC}/pt_PT.dic ${DATADIR}/
+	  	${WRKSRC}/pt_PT.aff ${WRKSRC}/pt_PT.dic ${STAGEDIR}${DATADIR}/
 
 .include <bsd.port.mk>

Modified: head/portuguese/hunspell/distinfo
==============================================================================
--- head/portuguese/hunspell/distinfo	Thu Oct  3 16:09:54 2013	(r329201)
+++ head/portuguese/hunspell/distinfo	Thu Oct  3 16:19:50 2013	(r329202)
@@ -1,4 +1,4 @@
-SHA256 (hunspell/hunspell-pt_PT-20130902.tar.gz) = 2f265149ee4f315d3013aa068a598ff4b7ee7b39780e794dd56b79e8bf285b9c
-SIZE (hunspell/hunspell-pt_PT-20130902.tar.gz) = 254406
+SHA256 (hunspell/hunspell-pt_PT-20131001.tar.gz) = 29c610f63633ba95ed2fb5f2c2f488d9a2a06745fc691bb320091fa1f09b0ef4
+SIZE (hunspell/hunspell-pt_PT-20131001.tar.gz) = 254477
 SHA256 (hunspell/pt_BR-2012-06-09AOC.zip) = 883d616f2f302a34802e8a60e17c2d6d292c9d125022c0f79ab4a60870c73f4f
 SIZE (hunspell/pt_BR-2012-06-09AOC.zip) = 1362087


More information about the svn-ports-all mailing list