Skip to content

Commit

Permalink
Update pear to 1.10.4.
Browse files Browse the repository at this point in the history
pkgsrc change: instead of using old PEAR.php, use PEAR.php included in
a distfile.

PEAR 1.10.4			2017-04-26 14:39 UTC

Changelog:

* Bug #18102: pear install does not fail on error
* PR #67: fix warning during pecl list-all
  • Loading branch information
taca committed May 28, 2017
1 parent daa95ce commit 61f3fa2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1,119 deletions.
8 changes: 4 additions & 4 deletions lang/pear/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.38 2017/03/12 13:19:12 taca Exp $
# $NetBSD: Makefile,v 1.39 2017/05/28 11:18:08 taca Exp $
#

DISTNAME= PEAR-1.10.3
DISTNAME= PEAR-1.10.4
PKGNAME= ${PHP_PKG_PREFIX}-${DISTNAME:S/PEAR/pear/}
CATEGORIES= lang
MASTER_SITES= http://download.pear.php.net/package/
Expand Down Expand Up @@ -63,12 +63,12 @@ REPLACE_SH+= script/pear.sh

INSTALLATION_DIRS+= share/examples/pear

post-extract:
pre-patch:
${RM} ${WRKSRC}/INSTALL
${MKDIR} ${WRKSRC}/install
${MKDIR} ${BUNDLE}
${CP} ${FILESDIR}/go-pear.php ${WRKSRC}/install
${CP} ${FILESDIR}/PEAR.php ${BUNDLE}
${CP} ${WRKSRC}/PEAR.php ${BUNDLE}

do-build:
.for f in ${DISTFILES}
Expand Down
10 changes: 5 additions & 5 deletions lang/pear/distinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$NetBSD: distinfo,v 1.26 2017/03/12 13:19:12 taca Exp $
$NetBSD: distinfo,v 1.27 2017/05/28 11:18:08 taca Exp $

SHA1 (pear20151210/Archive_Tar-1.4.2.tgz) = 07a93681a14fcc764fc6396cf66d9f4ec6db0bed
RMD160 (pear20151210/Archive_Tar-1.4.2.tgz) = 003289c0950cf587c8925e35da86bc6ec4d1b282
Expand All @@ -8,10 +8,10 @@ SHA1 (pear20151210/Console_Getopt-1.4.1.tgz) = 1db5b48e15547be532a9c836cd7ef448a
RMD160 (pear20151210/Console_Getopt-1.4.1.tgz) = 54d397e321a0168a33a92c98cf39f9f6456d49ea
SHA512 (pear20151210/Console_Getopt-1.4.1.tgz) = e66a78077593ade78a40c59297a24242b0177d21b0e02b08d4fb5e25d8a57a96353c50a9dcc968f60af7458d40443061e0c1cdb11ad3180c7ffed8f0b314b089
Size (pear20151210/Console_Getopt-1.4.1.tgz) = 5672 bytes
SHA1 (pear20151210/PEAR-1.10.3.tgz) = f0f848e2b9dec270fb457512c92203524791c351
RMD160 (pear20151210/PEAR-1.10.3.tgz) = 164b31cbfb49bb26ffcb229e8b1b59246f54381e
SHA512 (pear20151210/PEAR-1.10.3.tgz) = 1ad531a6e0ac30719b05e58f0758393bc6cdb0e89b4f99f843e7318a40ef18e74767e8ed63346b0ece9d6e8e71c8ebe15b08eaeb6f0c4f3169814bb4bb524332
Size (pear20151210/PEAR-1.10.3.tgz) = 291095 bytes
SHA1 (pear20151210/PEAR-1.10.4.tgz) = d2f27706ee246dac307cfa1d25abca8e22046433
RMD160 (pear20151210/PEAR-1.10.4.tgz) = c3f32b75638fa1b8568dc2e44c229c3f0d21fe80
SHA512 (pear20151210/PEAR-1.10.4.tgz) = 6c191eef1ab20522485c7709af748f48b34397c4e1c3618aecfb5489c168cec43111588cf717fcc6ead18f220ad723457cbd62289bd67e614fab089c4b88f3b3
Size (pear20151210/PEAR-1.10.4.tgz) = 291106 bytes
SHA1 (pear20151210/Structures_Graph-1.1.1.tgz) = 2a9e5999e035aa3a6789011238b0a9a54806124a
RMD160 (pear20151210/Structures_Graph-1.1.1.tgz) = fff02cabb75ee3531eedae19a2dffe999258a96c
SHA512 (pear20151210/Structures_Graph-1.1.1.tgz) = 28465396cd540fd1619e0c1bec68fa8c3dff440a6e89c3c5583570edbd3de285e101de7c00e60d49d791ff10d8311f8a38d73ea3cdf52cfc74ecbe2f1842693f
Expand Down
Loading

0 comments on commit 61f3fa2

Please sign in to comment.