svn commit: r346639 - head/devel/readline
Johan van Selst
johans at FreeBSD.org
Sat Mar 1 16:09:18 UTC 2014
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 at 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
More information about the svn-ports-all
mailing list