diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-04-07 14:43:30 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-04-07 14:43:30 +0000 |
commit | 7bb20d28c7e9cb03e1c99ba3f009f75019468cad (patch) | |
tree | cf73050ee571fa8434e84500e13374c8a6591e6b /shells | |
parent | 51ce1f9c89c6f8f41aa84d3dddca938fd1c1ace1 (diff) | |
download | ports-7bb20d28c7e9cb03e1c99ba3f009f75019468cad.tar.gz ports-7bb20d28c7e9cb03e1c99ba3f009f75019468cad.zip |
Notes
Diffstat (limited to 'shells')
-rw-r--r-- | shells/bash/Makefile | 10 | ||||
-rw-r--r-- | shells/bash/distinfo | 16 |
2 files changed, 22 insertions, 4 deletions
diff --git a/shells/bash/Makefile b/shells/bash/Makefile index 425d21ca1ed9..dab8382e304b 100644 --- a/shells/bash/Makefile +++ b/shells/bash/Makefile @@ -2,10 +2,9 @@ # $FreeBSD$ PORTNAME= bash -PATCHLEVEL= 0 -#PORTVERSION= 4.3.${PATCHLEVEL:S/^0//g} -PORTVERSION= 4.3.${PATCHLEVEL} -PORTREVISION?= 1 +PATCHLEVEL= 8 +PORTVERSION= 4.3.${PATCHLEVEL:S/^0//g} +PORTREVISION?= 0 CATEGORIES= shells MASTER_SITES= GNU MASTER_SITE_SUBDIR= ${PORTNAME} @@ -16,6 +15,9 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} PATCH_SITES= ${MASTER_SITE_GNU} \ ftp://ftp.cwru.edu/pub/%SUBDIR%/ PATCH_SITE_SUBDIR= ${PORTNAME}/${DISTNAME}-patches/ +PATCHFILES!= /usr/bin/jot -s " " -w \ + ${PORTNAME}${PORTVERSION:R:S/.//g}-%03d \ + ${PATCHLEVEL} 1 ${PATCHLEVEL} MAINTAINER= ehaupt@FreeBSD.org COMMENT= The GNU Project's Bourne Again SHell diff --git a/shells/bash/distinfo b/shells/bash/distinfo index 9368309d5ed4..831a47c23b5d 100644 --- a/shells/bash/distinfo +++ b/shells/bash/distinfo @@ -1,2 +1,18 @@ SHA256 (bash/bash-4.3.tar.gz) = afc687a28e0e24dc21b988fa159ff9dbcf6b7caa92ade8645cc6d5605cd024d4 SIZE (bash/bash-4.3.tar.gz) = 7955839 +SHA256 (bash/bash43-001) = ecb3dff2648667513e31554b3ad054ccd89fce38e33367c9459ac3a285153742 +SIZE (bash/bash43-001) = 1617 +SHA256 (bash/bash43-002) = eee7cd7062ab29a9e4f02924d9c367264dcb8b162703f74ff6eb8f175a91502b +SIZE (bash/bash43-002) = 1594 +SHA256 (bash/bash43-003) = 000e6eac50cd9053ce0630db01239dcdead04a2c2c351c47e2b51dac1ac1087d +SIZE (bash/bash43-003) = 1465 +SHA256 (bash/bash43-004) = 5ea0a42c6506720d26e6d3c5c358e9a0d49f6f189d69a8ed34d5935964821338 +SIZE (bash/bash43-004) = 1534 +SHA256 (bash/bash43-005) = 1ac83044032b9f5f11aeca8a344ae3c524ec2156185d3adbb8ad3e7a165aa3fa +SIZE (bash/bash43-005) = 2636 +SHA256 (bash/bash43-006) = a0648ee72d15e4a90c8b77a5c6b19f8d89e28c1bc881657d22fe26825f040213 +SIZE (bash/bash43-006) = 1445 +SHA256 (bash/bash43-007) = 1113e321c59cf6a8648a36245bbe4217cf8acf948d71e67886dad7d486f8f3a3 +SIZE (bash/bash43-007) = 1331 +SHA256 (bash/bash43-008) = 9941a98a4987192cc5ce3d45afe879983cad2f0bec96d441a4edd9033767f95e +SIZE (bash/bash43-008) = 4575 |