svn commit: r395941 - head/misc/lesspipe

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Sep 3 10:05:04 UTC 2015


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 at yahoo.de
  Approved by:	maintainer timeout (slaven at 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 at 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


More information about the svn-ports-all mailing list