svn commit: r331244 - in head/lang/erlang-runtime16: . files
Tijl Coosemans
tijl at FreeBSD.org
Tue Oct 22 10:44:33 UTC 2013
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.
More information about the svn-ports-all
mailing list