diff options
author | edwin <edwin@FreeBSD.org> | 2011-03-22 04:59:13 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2011-03-22 04:59:13 +0800 |
commit | 0bf604556ec7e0aa2a85623ebd367df852882329 (patch) | |
tree | 821c8080a7bff14b8db3e2c0a4266a54d5a8d4bf /devel/quilt | |
parent | 08960953ed7d4edfbcfab8c6b924d8078f420d2f (diff) | |
download | freebsd-ports-gnome-0bf604556ec7e0aa2a85623ebd367df852882329.tar.gz freebsd-ports-gnome-0bf604556ec7e0aa2a85623ebd367df852882329.tar.zst freebsd-ports-gnome-0bf604556ec7e0aa2a85623ebd367df852882329.zip |
devel/quilt - un-deprecate and make it depend on bash4
PR: ports/155536
Submitted by: doj@cubic.org
Diffstat (limited to 'devel/quilt')
-rw-r--r-- | devel/quilt/Makefile | 8 | ||||
-rw-r--r-- | devel/quilt/distinfo | 1 | ||||
-rw-r--r-- | devel/quilt/pkg-descr | 3 |
3 files changed, 5 insertions, 7 deletions
diff --git a/devel/quilt/Makefile b/devel/quilt/Makefile index cbcab832702a..4f8782cf2900 100644 --- a/devel/quilt/Makefile +++ b/devel/quilt/Makefile @@ -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 diff --git a/devel/quilt/distinfo b/devel/quilt/distinfo index 3ba3f4f50c22..1c4164304fbd 100644 --- a/devel/quilt/distinfo +++ b/devel/quilt/distinfo @@ -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 diff --git a/devel/quilt/pkg-descr b/devel/quilt/pkg-descr index 5fec257d199b..e48954b99ba9 100644 --- a/devel/quilt/pkg-descr +++ b/devel/quilt/pkg-descr @@ -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 |