Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Jun 2013 08:16:58 +0200
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        Kevin Lo <kevlo@FreeBSD.org>
Cc:        svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org
Subject:   Re: svn commit: r320734 - in head/math/algotutor: . files
Message-ID:  <20130613061658.GI99460@ithaqua.etoilebsd.net>
In-Reply-To: <201306130611.r5D6BYY5024344@svn.freebsd.org>
References:  <201306130611.r5D6BYY5024344@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help

--W/D3X8sky0X3AmG5
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Thu, Jun 13, 2013 at 06:11:34AM +0000, Kevin Lo wrote:
> Author: kevlo
> Date: Thu Jun 13 06:11:34 2013
> New Revision: 320734
> URL: http://svnweb.freebsd.org/changeset/ports/320734
>=20
> Log:
>   Don't hard code the perl version. While here, fix MASTER_SITES.
>  =20
>   PR:	ports/179489
>   Submitted by:	Javad Kouhi <javad dot kouhi at gmail.com>
>=20
> Modified:
>   head/math/algotutor/Makefile
>   head/math/algotutor/files/patch-algotutor
>   head/math/algotutor/pkg-descr
>=20
> Modified: head/math/algotutor/Makefile
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D
> --- head/math/algotutor/Makefile	Thu Jun 13 05:54:33 2013	(r320733)
> +++ head/math/algotutor/Makefile	Thu Jun 13 06:11:34 2013	(r320734)
> @@ -1,19 +1,14 @@
> -# New ports collection makefile for:	algotutor
> -# Date created:		19 January 2005
> -# Whom:			Kevin Lo <kevlo@FreeBSD.org>
> -#
>  # $FreeBSD$
> -#
> =20
>  PORTNAME=3D	algotutor
>  PORTVERSION=3D	0.8.6
> -PORTREVISION=3D	3
> +PORTREVISION=3D	4
>  CATEGORIES=3D	math
> -MASTER_SITES=3D	http://saturn.stu.edu.tw/~ckhung/dl/
> +MASTER_SITES=3D	http://www.cyut.edu.tw/~ckhung/dl/
>  EXTRACT_SUFX=3D	.tgz
> =20
>  MAINTAINER=3D	kevlo@FreeBSD.org
> -COMMENT=3D	An interactive tutorial for algorithms and data structures
> +COMMENT=3D	Interactive tutorial for algorithms and data structures
> =20
>  BUILD_DEPENDS=3D	p5-Tk>=3D0:${PORTSDIR}/x11-toolkits/p5-Tk
>  RUN_DEPENDS:=3D	${BUILD_DEPENDS}
> @@ -31,6 +26,8 @@ LIBFILES=3D	BST.pm Board.pm Collection.pm=20
>  post-patch:
>  	${REINPLACE_CMD}  -e 's,#!/usr/bin/perl,#!${PERL},' ${WRKSRC}/algotutor
>  	${PERL} -pi -e "s'!!PREFIX!!'${PREFIX}'g" ${WRKSRC}/algotutor
> +	${REINPLACE_CMD} -e 's,!!PERL_VERSION!!,${PERL_VERSION},' \
> +		${WRKSRC}/algotutor

Are you sure you shouldn't use PERL_VER ? since yesterday site_perl is not
lib/perl5/site_perl/${PERL_VERSION} anymore but lib/perl5/site_perl/${PERL_=
VER}

regards,
Bapt

--W/D3X8sky0X3AmG5
Content-Type: application/pgp-signature

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.19 (FreeBSD)

iEYEARECAAYFAlG5Y9oACgkQ8kTtMUmk6EyjMgCfX6F0l90gbgV4PhkHGjT13fQ0
kUQAn34weVMT9ptn90uzMgoQaQkJTh3g
=+sSu
-----END PGP SIGNATURE-----

--W/D3X8sky0X3AmG5--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20130613061658.GI99460>