Summary: | update devel/readline -> 6.3003 | ||
---|---|---|---|
Product: | Ports & Packages | Reporter: | jharris |
Component: | Individual Port(s) | Assignee: | Johan van Selst <johans> |
Status: | Closed FIXED | ||
Severity: | Affects Only Me | CC: | jharris |
Priority: | Normal | ||
Version: | Latest | ||
Hardware: | Any | ||
OS: | Any |
Description
jharris
2014-03-30 15:40:00 UTC
Responsible Changed From-To: freebsd-ports-bugs->johans Over to maintainer (via the GNATS Auto Assign Tool) Author: johans Date: Mon Mar 31 05:42:42 2014 New Revision: 349703 URL: http://svnweb.freebsd.org/changeset/ports/349703 QAT: https://qat.redports.org/buildarchive/r349703/ Log: Update readline with three new patches PR: ports/188086 Submitted by: Jason Harris <jharris@widomaker.com> Modified: head/devel/readline/Makefile head/devel/readline/distinfo Modified: head/devel/readline/Makefile ============================================================================== --- head/devel/readline/Makefile Mon Mar 31 05:03:50 2014 (r349702) +++ head/devel/readline/Makefile Mon Mar 31 05:42:42 2014 (r349703) @@ -27,9 +27,9 @@ USE_LDCONFIG= yes INFO= readline rluserman history -PATCHES= +PATCHES= 1 2 3 .for p in ${PATCHES:S/^/00/} -PATCH_FILES+= ${PORTNAME}${PORTVERSION:R:S/.//}-${p:C/.*(...)$/\1/} +PATCHFILES+= ${PORTNAME}${PORTVERSION:R:S/.//}-${p:C/.*(...)$/\1/} .endfor PATCHLEVEL= ${PATCHES:M1:S/1/./}${PATCHES:Q:S/^/./:S/ /./g:E} Modified: head/devel/readline/distinfo ============================================================================== --- head/devel/readline/distinfo Mon Mar 31 05:03:50 2014 (r349702) +++ head/devel/readline/distinfo Mon Mar 31 05:42:42 2014 (r349703) @@ -1,2 +1,8 @@ SHA256 (readline-6.3.tar.gz) = 56ba6071b9462f980c5a72ab0023893b65ba6debb4eeb475d7a563dc65cafd43 SIZE (readline-6.3.tar.gz) = 2468560 +SHA256 (readline63-001) = 1a79bbb6eaee750e0d6f7f3d059b30a45fc54e8e388a8e05e9c3ae598590146f +SIZE (readline63-001) = 1366 +SHA256 (readline63-002) = 39e304c7a526888f9e112e733848215736fb7b9d540729b9e31f3347b7a1e0a5 +SIZE (readline63-002) = 1297 +SHA256 (readline63-003) = ec41bdd8b00fd884e847708513df41d51b1243cecb680189e31b7173d01ca52f +SIZE (readline63-003) = 985 _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" State Changed From-To: open->closed Committed, thanks. |