diff options
author | bsam <bsam@FreeBSD.org> | 2007-01-17 02:21:00 +0800 |
---|---|---|
committer | bsam <bsam@FreeBSD.org> | 2007-01-17 02:21:00 +0800 |
commit | fc0667a2c1fe2beb623792aefe301e76febf294e (patch) | |
tree | 3f09d6e469e23cc1b40e580094a81963b4ed66d2 /biology | |
parent | 06c77d61ae75136df1187f57466a1409c7108e26 (diff) | |
download | freebsd-ports-gnome-fc0667a2c1fe2beb623792aefe301e76febf294e.tar.gz freebsd-ports-gnome-fc0667a2c1fe2beb623792aefe301e76febf294e.tar.zst freebsd-ports-gnome-fc0667a2c1fe2beb623792aefe301e76febf294e.zip |
. change dependencies: shells/bash2 -> shells/bash;
. bump PORTREVISION (RUN_DEPENDS changes);
. for converters/konwert:
- introduce PATCHLEVEL to be used instead of PORTREVISION at filenames;
- update to new PATCHLEVEL=11.
PR: 107000 [1], 107046 [2], 107106 [3], 107114 [4]
Submitted by: bsam (me)
Approved by: all maintainers timeout three and a half week:
mij at bitchx.it [1]
j.koopmann at seceidos.de [2]
chuynh at biolateral.com.au [3]
alexs at snark.rinet.ru [4]
Diffstat (limited to 'biology')
-rw-r--r-- | biology/gff2ps/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/biology/gff2ps/Makefile b/biology/gff2ps/Makefile index b74eaf304b66..666add58ebd9 100644 --- a/biology/gff2ps/Makefile +++ b/biology/gff2ps/Makefile @@ -7,6 +7,7 @@ PORTNAME= gff2ps PORTVERSION= 0.98d +PORTREVISION= 1 CATEGORIES= biology MASTER_SITES= ftp://www1.imim.es/pub/gff_tools/gff2ps/:prog \ http://www1.imim.es/software/gfftools/gff2ps_docs/manual/:doc @@ -16,7 +17,7 @@ MAINTAINER= chuynh@biolateral.com.au COMMENT= Converts gff-formated genomic data-sets to PostScript RUN_DEPENDS= gawk:${PORTSDIR}/lang/gawk \ - bash:${PORTSDIR}/shells/bash2 + bash:${PORTSDIR}/shells/bash GFF2PS_MAN= MANUAL_GFF2PS_v0.96.ps PATCH_WRKSRC= ${WRKDIR} |