From owner-svn-ports-all@freebsd.org Thu Sep 3 10:05:03 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EA5E79C968D; Thu, 3 Sep 2015 10:05:03 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C241AAB9; Thu, 3 Sep 2015 10:05:03 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t83A53oG073188; Thu, 3 Sep 2015 10:05:03 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t83A534a073186; Thu, 3 Sep 2015 10:05:03 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201509031005.t83A534a073186@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 3 Sep 2015 10:05:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r395941 - head/misc/lesspipe X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Sep 2015 10:05:04 -0000 Author: amdmi3 Date: Thu Sep 3 10:05:02 2015 New Revision: 395941 URL: https://svnweb.freebsd.org/changeset/ports/395941 Log: - 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) Modified: head/misc/lesspipe/Makefile head/misc/lesspipe/distinfo Modified: head/misc/lesspipe/Makefile ============================================================================== --- head/misc/lesspipe/Makefile Thu Sep 3 10:03:06 2015 (r395940) +++ head/misc/lesspipe/Makefile Thu Sep 3 10:05:02 2015 (r395941) @@ -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 +LICENSE= GPLv2 -.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 +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 Modified: head/misc/lesspipe/distinfo ============================================================================== --- head/misc/lesspipe/distinfo Thu Sep 3 10:03:06 2015 (r395940) +++ head/misc/lesspipe/distinfo Thu Sep 3 10:05:02 2015 (r395941) @@ -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