devel/quilt - un-deprecate and make it depend on bash4
PR: ports/155536 Submitted by: doj@cubic.org
This commit is contained in:
parent
0600f04919
commit
2441e3f131
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=271431
@ -13,11 +13,9 @@ MASTER_SITES= ${MASTER_SITE_SAVANNAH}
|
||||
MASTER_SITE_SUBDIR= quilt
|
||||
|
||||
MAINTAINER= doj@cubic.org
|
||||
COMMENT= A collection of bash3 scripts to ease working with patch files
|
||||
DEPRECATED= Depends on expired shells/bash3
|
||||
EXPIRATION_DATE=2011-05-01
|
||||
COMMENT= A collection of bash scripts to ease working with patch files
|
||||
|
||||
BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash3 \
|
||||
BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash \
|
||||
gcp:${PORTSDIR}/sysutils/coreutils \
|
||||
gsed:${PORTSDIR}/textproc/gsed \
|
||||
gpatch:${PORTSDIR}/devel/patch \
|
||||
@ -26,6 +24,8 @@ BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash3 \
|
||||
formail:${PORTSDIR}/mail/procmail
|
||||
RUN_DEPENDS+= ${BUILD_DEPENDS}
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
USE_GMAKE= yes
|
||||
USE_PERL5= yes
|
||||
|
||||
|
@ -1,3 +1,2 @@
|
||||
MD5 (quilt-0.48.tar.gz) = f77adda60039ffa753f3c584a286f12b
|
||||
SHA256 (quilt-0.48.tar.gz) = 73fd760d3b5cbf06417576591dc37d67380d189392db9000c21b7cbebee49ffc
|
||||
SIZE (quilt-0.48.tar.gz) = 421146
|
||||
|
@ -5,7 +5,6 @@ The key philosophical concept is that your primary output is
|
||||
patches. Not ".c" files, not ".h" files. But patches. So patches are
|
||||
the first-class object here.
|
||||
Quilt was originally based on Andrew Morton's patch scripts published
|
||||
on the linux kernel mailing list a while ago, but where heavily
|
||||
modified since then.
|
||||
on the linux kernel mailing list.
|
||||
|
||||
WWW: http://savannah.nongnu.org/projects/quilt
|
||||
|
Loading…
Reference in New Issue
Block a user