Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Oct 2013 12:43:20 +0200
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        Jimmy Olgeni <olgeni@FreeBSD.org>
Cc:        svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org
Subject:   Re: svn commit: r331244 - in head/lang/erlang-runtime16: . files
Message-ID:  <20131022124320.579d4ee9@kalimero.tijl.coosemans.org>
In-Reply-To: <201310220920.r9M9KGkP063581@svn.freebsd.org>
References:  <201310220920.r9M9KGkP063581@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 22 Oct 2013 09:20:15 +0000 (UTC) Jimmy Olgeni wrote:
> Author: olgeni
> Date: Tue Oct 22 09:20:15 2013
> New Revision: 331244
> URL: http://svnweb.freebsd.org/changeset/ports/331244
> 
> Log:
>   - Upgrade to version R16B02.
>   - Add staging support and simplify plist generation.
>   - Add LDFLAGS to unbreak the ODBC build.
> 
> Deleted:
>   head/lang/erlang-runtime16/Makefile.lib
>   head/lang/erlang-runtime16/Makefile.man
> Modified:
>   head/lang/erlang-runtime16/Makefile
>   head/lang/erlang-runtime16/distinfo
>   head/lang/erlang-runtime16/files/pkg-message.in
>   head/lang/erlang-runtime16/pkg-plist
> 
> Modified: head/lang/erlang-runtime16/Makefile
> ==============================================================================
> --- head/lang/erlang-runtime16/Makefile	Tue Oct 22 09:06:59 2013	(r331243)
> +++ head/lang/erlang-runtime16/Makefile	Tue Oct 22 09:20:15 2013	(r331244)
> @@ -2,15 +2,11 @@
>  # $FreeBSD$
>  
>  PORTNAME=	erlang
> -PORTVERSION=	16.b.01
> +PORTVERSION=	16.b.02
>  CATEGORIES=	lang parallel java
>  MASTER_SITES=	http://www.erlang.org/download/:erlangorg		\
>  		http://erlang.stacken.kth.se/download/:erlangorg	\
> -		http://www.csd.uu.se/ftp/mirror/erlang/download/:erlangorg \
> -		http://www.erlang.se/doc/:erlangse			\
> -		http://www.erlang.se/publications/:publications		\
> -		http://www.sics.se/~joe/thesis/:joe			\
> -		${MASTER_SITE_LOCAL:S/$/:local/:S,%SUBDIR%/,olgeni/,}
> +		http://www.csd.uu.se/ftp/mirror/erlang/download/:erlangorg
>  PKGNAMESUFFIX=	-runtime
>  DISTNAME=	otp_src_${ERL_RELEASE}
>  DISTFILES=	${DISTNAME}${EXTRACT_SUFX}:erlangorg	\
> @@ -25,12 +21,12 @@ COMMENT=	A functional programming langua
>  
>  LATEST_LINK=	${PORTNAME}${PKGNAMESUFFIX}${PORTVERSION:C/\..*//}

This port is also listed on https://wiki.freebsd.org/ports/PkgNameCollisions
because pkgng doesn't support LATEST_LINK.

You could fix this by setting PKGNAMESUFFIX=-runtime16 and removing
LATEST_LINK.  Similar for lang/erlang-runtime15.



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