Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Mar 2011 03:14:19 +0900
From:      KATO Tsuguru <tkato432@yahoo.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/155854: Update port: x11-wm/larswm
Message-ID:  <20110323031419.90364335.tkato432@yahoo.com>
Resent-Message-ID: <201103221820.p2MIKOaP038973@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         155854
>Category:       ports
>Synopsis:       Update port: x11-wm/larswm
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Mar 22 18:20:24 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 7.3-RELEASE-p3 i386
>Organization:
>Environment:
>Description:
- Update MASTER_SITES and WWW: line
- Utilize PLIST_FILES

Remove file:
pkg-plist

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/x11-wm/larswm/Makefile x11-wm/larswm/Makefile
--- /usr/ports/x11-wm/larswm/Makefile	2011-03-12 20:55:01.000000000 +0900
+++ x11-wm/larswm/Makefile	2011-03-12 22:52:41.000000000 +0900
@@ -9,7 +9,7 @@
 PORTVERSION=	7.5.3
 PORTREVISION=	2
 CATEGORIES=	x11-wm
-MASTER_SITES=	http://www.safereconnect.com/fnurt/larswm/
+MASTER_SITES=	SF/${PORTNAME}
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Tiling Window Manager for X
@@ -18,18 +18,15 @@
 USE_XORG=	ice sm x11 xext xmu xt
 
 MAN1=		larsclock.1 larsmenu.1 larsremote.1 larswm.1
-
-MYPORTDOCS=	ChangeLog README README.9menu README.9wm \
+PORTDOCS=	ChangeLog README README.9menu README.9wm \
 		sample.larswmrc sample.xsession
-
-DEPRECATED=     Upstream disapear and distfile is no more available
-EXPIRATION_DATE=        2011-05-01
+PLIST_FILES=	bin/larsclock bin/larsmenu bin/larsremote bin/larswm
 
 post-install:
 .if !defined(NOPORTDOCS)
-	@$(MKDIR) $(DOCSDIR)
-.for file in ${MYPORTDOCS}
-	$(INSTALL_DATA) $(WRKSRC)/${file} $(DOCSDIR)
+	@${MKDIR} ${DOCSDIR}
+.for file in ${PORTDOCS}
+	${INSTALL_DATA} $(WRKSRC)/${file} ${DOCSDIR}
 .endfor
 .endif
 
diff -urN /usr/ports/x11-wm/larswm/pkg-descr x11-wm/larswm/pkg-descr
--- /usr/ports/x11-wm/larswm/pkg-descr	2009-02-10 03:32:37.000000000 +0900
+++ x11-wm/larswm/pkg-descr	2011-03-12 22:49:17.000000000 +0900
@@ -3,4 +3,4 @@
 windows, keyboard shortcuts and more, while using very little
 system resources.
 
-WWW: http://www.safereconnect.com/fnurt/larswm/
+WWW: http://sourceforge.net/projects/larswm/
diff -urN /usr/ports/x11-wm/larswm/pkg-plist x11-wm/larswm/pkg-plist
--- /usr/ports/x11-wm/larswm/pkg-plist	2005-06-24 03:30:07.000000000 +0900
+++ x11-wm/larswm/pkg-plist	1970-01-01 09:00:00.000000000 +0900
@@ -1,11 +0,0 @@
-bin/larsclock
-bin/larsmenu
-bin/larsremote
-bin/larswm
-%%PORTDOCS%%share/doc/larswm/README
-%%PORTDOCS%%share/doc/larswm/README.9menu
-%%PORTDOCS%%share/doc/larswm/README.9wm
-%%PORTDOCS%%share/doc/larswm/ChangeLog
-%%PORTDOCS%%share/doc/larswm/sample.larswmrc
-%%PORTDOCS%%share/doc/larswm/sample.xsession
-%%PORTDOCS%%@dirrm share/doc/larswm
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20110323031419.90364335.tkato432>