Date: Sat, 1 Mar 2014 16:09:18 +0000 (UTC) From: Johan van Selst <johans@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r346639 - head/devel/readline Message-ID: <201403011609.s21G9IcJ042323@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: johans Date: Sat Mar 1 16:09:18 2014 New Revision: 346639 URL: http://svnweb.freebsd.org/changeset/ports/346639 QAT: https://qat.redports.org/buildarchive/r346639/ Log: Fix DISTNAME Submitted by: Christoph Moench-Tegeder <cmt@burggraben.net> Modified: head/devel/readline/Makefile Modified: head/devel/readline/Makefile ============================================================================== --- head/devel/readline/Makefile Sat Mar 1 16:08:54 2014 (r346638) +++ head/devel/readline/Makefile Sat Mar 1 16:09:18 2014 (r346639) @@ -8,7 +8,7 @@ CATEGORIES= devel MASTER_SITES= GNU \ ftp://ftp.cwru.edu/pub/bash/ MASTER_SITE_SUBDIR= ${PORTNAME} -DISTNAME= ${PORTNAME}-${PORTVERSION:R} +DISTNAME= ${PORTNAME}-${PORTVERSION:C/^([0-9].[0-9]).*/\1/} PATCH_SITES= ${MASTER_SITES} PATCH_SITE_SUBDIR=${PORTNAME}/${PORTNAME}-${PORTVERSION:R}-patches
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403011609.s21G9IcJ042323>