diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-09-03 18:05:02 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-09-03 18:05:02 +0800 |
commit | 0e9e6d65d169a412a64994113cfa01b8d6848c24 (patch) | |
tree | 82ff6bc254b79b9e38d9b8296843886458e02ec1 /misc | |
parent | c9d9279b7ba8ffbeaa9c49a093440e48b889472f (diff) | |
download | freebsd-ports-gnome-0e9e6d65d169a412a64994113cfa01b8d6848c24.tar.gz freebsd-ports-gnome-0e9e6d65d169a412a64994113cfa01b8d6848c24.tar.zst freebsd-ports-gnome-0e9e6d65d169a412a64994113cfa01b8d6848c24.zip |
- Update to 1.83
- Add LICENSE
- Cleanup the port
- While here, add NO_ARCH
PR: 202331
Submitted by: eserte12@yahoo.de
Approved by: maintainer timeout (slaven@rezic.de, 2 weeks)
Diffstat (limited to 'misc')
-rw-r--r-- | misc/lesspipe/Makefile | 27 | ||||
-rw-r--r-- | misc/lesspipe/distinfo | 4 |
2 files changed, 10 insertions, 21 deletions
diff --git a/misc/lesspipe/Makefile b/misc/lesspipe/Makefile index 0f8ee9985756..fa23358b8bbc 100644 --- a/misc/lesspipe/Makefile +++ b/misc/lesspipe/Makefile @@ -2,36 +2,25 @@ # $FreeBSD$ PORTNAME= lesspipe -PORTVERSION= 1.55 -PORTREVISION= 1 +PORTVERSION= 1.83 CATEGORIES= misc MASTER_SITES= SF MAINTAINER= slaven@rezic.de COMMENT= Preprocessor for less -BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash - -.if defined(WITH_FANCY) -BUILD_DEPENDS+= zip:${PORTSDIR}/archivers/zip \ - rpm:${PORTSDIR}/archivers/rpm4 \ - dpkg:${PORTSDIR}/archivers/dpkg \ - antiword:${PORTSDIR}/textproc/antiword \ - lynx:${PORTSDIR}/www/lynx \ - pdftotext:${PORTSDIR}/graphics/xpdf \ - unrtf:${PORTSDIR}/textproc/unrtf \ - dvi2tty:${PORTSDIR}/print/dvi2tty \ - pstotext:${PORTSDIR}/print/pstotext \ - mp3info:${PORTSDIR}/audio/mp3info \ - cabextract:${PORTSDIR}/archivers/cabextract \ - cdrecord:${PORTSDIR}/sysutils/cdrtools -.endif +LICENSE= GPLv2 + +MY_DEPENDS= bash:${PORTSDIR}/shells/bash +BUILD_DEPENDS= ${MY_DEPENDS} +RUN_DEPENDS= ${MY_DEPENDS} USES= perl5 NO_BUILD= yes +NO_ARCH= yes HAS_CONFIGURE= yes -CONFIGURE_ARGS= --default --prefix=${PREFIX} +CONFIGURE_ARGS= --yes --prefix=${PREFIX} PLIST_FILES= bin/lesspipe.sh bin/code2color man/man1/lesspipe.1.gz diff --git a/misc/lesspipe/distinfo b/misc/lesspipe/distinfo index a7317d977f5e..be16bfe4f9aa 100644 --- a/misc/lesspipe/distinfo +++ b/misc/lesspipe/distinfo @@ -1,2 +1,2 @@ -SHA256 (lesspipe-1.55.tar.gz) = 7491a6ef59ebe9396ce6de1c98f8cdee41a75f0ce72fa6ab46f82d171079be04 -SIZE (lesspipe-1.55.tar.gz) = 95391 +SHA256 (lesspipe-1.83.tar.gz) = d616f0d51852e60fb0d0801eec9c31b10e0acc6fdfdc62ec46ef7bfd60ce675e +SIZE (lesspipe-1.83.tar.gz) = 115129 |