From owner-svn-ports-head@FreeBSD.ORG Mon Nov 4 09:40:37 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 8057E76D; Mon, 4 Nov 2013 09:40:37 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 53C622792; Mon, 4 Nov 2013 09:40:37 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rA49eb1v002667; Mon, 4 Nov 2013 09:40:37 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rA49eaxp002665; Mon, 4 Nov 2013 09:40:36 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201311040940.rA49eaxp002665@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Mon, 4 Nov 2013 09:40:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r332676 - head/textproc/es-mythes X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Nov 2013 09:40:37 -0000 Author: sunpoet Date: Mon Nov 4 09:40:36 2013 New Revision: 332676 URL: http://svnweb.freebsd.org/changeset/ports/332676 Log: - Update to 20131102 Modified: head/textproc/es-mythes/Makefile head/textproc/es-mythes/distinfo Modified: head/textproc/es-mythes/Makefile ============================================================================== --- head/textproc/es-mythes/Makefile Mon Nov 4 09:40:04 2013 (r332675) +++ head/textproc/es-mythes/Makefile Mon Nov 4 09:40:36 2013 (r332676) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= mythes -PORTVERSION= 20131002 +PORTVERSION= 20131102 CATEGORIES= textproc MASTER_SITES= LOCAL/sunpoet/${PORTNAME}/ PKGNAMEPREFIX= es- @@ -28,13 +28,12 @@ PLIST_FILES+= %%DATADIR%%/th_${ALIAS}_v2 %%DATADIR%%/th_${ALIAS}_v2.idx .endfor -NO_STAGE= yes do-install: - ${MKDIR} ${DATADIR}/ - ${INSTALL_DATA} ${WRKSRC}/th_es_ES_v2.dat ${WRKSRC}/th_es_ES_v2.idx ${DATADIR}/ + ${MKDIR} ${STAGEDIR}${DATADIR}/ + ${INSTALL_DATA} ${WRKSRC}/th_es_ES_v2.dat ${WRKSRC}/th_es_ES_v2.idx ${STAGEDIR}${DATADIR}/ .for ALIAS in ${ESALIASES} - ${LN} -s th_es_ES_v2.dat ${DATADIR}/th_${ALIAS}_v2.dat - ${LN} -s th_es_ES_v2.idx ${DATADIR}/th_${ALIAS}_v2.idx + ${LN} -s th_es_ES_v2.dat ${STAGEDIR}${DATADIR}/th_${ALIAS}_v2.dat + ${LN} -s th_es_ES_v2.idx ${STAGEDIR}${DATADIR}/th_${ALIAS}_v2.idx .endfor .include Modified: head/textproc/es-mythes/distinfo ============================================================================== --- head/textproc/es-mythes/distinfo Mon Nov 4 09:40:04 2013 (r332675) +++ head/textproc/es-mythes/distinfo Mon Nov 4 09:40:36 2013 (r332676) @@ -1,2 +1,2 @@ -SHA256 (mythes/OOo2-thes_es_ES-20131002.tar.bz2) = 1972fd25f32a01544d86a98e35aaac991b86950b77c96d8e9d6a9a2c7a9b411f -SIZE (mythes/OOo2-thes_es_ES-20131002.tar.bz2) = 829631 +SHA256 (mythes/OOo2-thes_es_ES-20131102.tar.bz2) = 1972fd25f32a01544d86a98e35aaac991b86950b77c96d8e9d6a9a2c7a9b411f +SIZE (mythes/OOo2-thes_es_ES-20131102.tar.bz2) = 829631