svn commit: r321623 - head/devel/readline
Johan van Selst
johans at FreeBSD.org
Sun Jun 23 08:46:59 UTC 2013
Author: johans
Date: Sun Jun 23 08:46:58 2013
New Revision: 321623
URL: http://svnweb.freebsd.org/changeset/ports/321623
Log:
- Include release bugfixes from ftp.gnu.org
- Adopt port
Modified:
head/devel/readline/Makefile
head/devel/readline/distinfo
Modified: head/devel/readline/Makefile
==============================================================================
--- head/devel/readline/Makefile Sun Jun 23 06:57:46 2013 (r321622)
+++ head/devel/readline/Makefile Sun Jun 23 08:46:58 2013 (r321623)
@@ -2,14 +2,17 @@
# $FreeBSD$
PORTNAME= readline
-PORTVERSION= 6.2
-PORTREVISION= 1
+PORTVERSION= 6.2.${PATCHLEVEL}
CATEGORIES= devel
-MASTER_SITES= ${MASTER_SITE_GNU} \
+MASTER_SITES= GNU \
ftp://ftp.cwru.edu/pub/bash/
MASTER_SITE_SUBDIR= ${PORTNAME}
+DISTNAME= ${PORTNAME}-${PORTVERSION:R}
-MAINTAINER= ports at FreeBSD.org
+PATCH_SITES= ${MASTER_SITES}
+PATCH_SITE_SUBDIR=${PORTNAME}/${PORTNAME}-${PORTVERSION:R}-patches
+
+MAINTAINER= johans at FreeBSD.org
COMMENT= Library for editing command lines as they are typed
LICENSE= GPLv3
@@ -24,6 +27,12 @@ USE_LDCONFIG= yes
INFO= readline rluserman history
MAN3= readline.3 history.3
+PATCHES= 1 2 3 4
+.for p in ${PATCHES:S/^/00/}
+PATCH_FILES+= ${PORTNAME}${PORTVERSION:R:S/.//}-${p:C/.*(...)$/\1/}
+.endfor
+PATCHLEVEL= ${PATCHES:Q:S/ /./g:E}
+
.include <bsd.port.options.mk>
pre-configure:
Modified: head/devel/readline/distinfo
==============================================================================
--- head/devel/readline/distinfo Sun Jun 23 06:57:46 2013 (r321622)
+++ head/devel/readline/distinfo Sun Jun 23 08:46:58 2013 (r321623)
@@ -1,2 +1,10 @@
SHA256 (readline-6.2.tar.gz) = 79a696070a058c233c72dd6ac697021cc64abd5ed51e59db867d66d196a89381
SIZE (readline-6.2.tar.gz) = 2277926
+SHA256 (readline62-001) = 38a86c417437692db01069c8ab40a9a8f548e67ad9af0390221b024b1c39b4e3
+SIZE (readline62-001) = 1388
+SHA256 (readline62-002) = 1e6349128cb573172063ea007c67af79256889c809973002ca66c5dfc503c7d4
+SIZE (readline62-002) = 1714
+SHA256 (readline62-003) = cb2131ff352d6e5f82edc09755191f74220b15f026bdb6c52624931c79622374
+SIZE (readline62-003) = 1911
+SHA256 (readline62-004) = 09bd342479ea5bb8b6411bfdf7d302fab2e521d1d241bcb8344d3bad5d9f5476
+SIZE (readline62-004) = 3335
More information about the svn-ports-head
mailing list