Bug 98852

Summary: Fix typo in misc/portless
Product: Ports & Packages Reporter: mkamm
Component: Individual Port(s)Assignee: Aaron Dalton <aaron>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description mkamm 2006-06-12 14:00:32 UTC
Typo in files/portless.sh script.

Fix: 

# print usage message to stderr and exit--OSbZqRZzOzcY9ETjqnWETq21DtSlOXctvS1Jgm9TAbt4PaBY
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

--- files/portless.sh~  2006-06-12 14:56:10.000000000 +0200
+++ files/portless.sh   2006-06-12 14:56:51.000000000 +0200
@@ -31,7 +31,7 @@
 # set defaults
 opt_f=""
 PORTSDIR=${PORTSDIR:-/usr/ports}
-PAGER=${PAGER=$:-less -e}
+PAGER=${PAGER:-less -e}
 PKGDESCR="pkg-descr"
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-06-12 14:04:14 UTC
Class Changed
From-To: sw-bug->maintainer-update

Fix category (submitter is maintainer)
Comment 2 Martin Kammerhofer 2006-06-12 14:09:16 UTC
--- Makefile~	2006-06-12 14:56:10.000000000 +0200
+++ Makefile	2006-06-12 15:04:42.000000000 +0200
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	portless
-PORTVERSION=	0.1
+PORTVERSION=	0.1.1
 CATEGORIES=	misc
 MASTER_SITES=	# empty
 DISTFILES=	# none
Comment 3 Aaron Dalton freebsd_committer freebsd_triage 2006-06-13 01:21:36 UTC
Responsible Changed
From-To: freebsd-ports-bugs->aaron

I'll take it.
Comment 4 Aaron Dalton freebsd_committer freebsd_triage 2006-06-13 01:24:22 UTC
State Changed
From-To: open->closed

Committed. Thanks!