Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Aug 2005 12:10:49 +0200 (CEST)
From:      Stefan Walter <sw@gegenunendlich.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/85149: [MAINTAINER] misc/vifm: update to 0.3a
Message-ID:  <20050820101049.B5E783B33@kyuzo.dunkelkammer.void>
Resent-Message-ID: <200508201020.j7KAKF2A064284@freefall.freebsd.org>

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

>Number:         85149
>Category:       ports
>Synopsis:       [MAINTAINER] misc/vifm: update to 0.3a
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Aug 20 10:20:14 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Stefan Walter
>Release:        FreeBSD 5.4-STABLE i386
>Organization:
Infinity Approximation Task Force
>Environment:
System: FreeBSD kyuzo.dunkelkammer.void 5.4-STABLE FreeBSD 5.4-STABLE #0: Tue Aug  2 20:42:31 CEST
>Description:
- Update to 0.3a
- Satisfy portlint by moving conditional pre-everything target elsewhere

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:

--- vifm-0.3a.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/cvs/FreeBSD/ports/misc/vifm/Makefile,v
retrieving revision 1.9
diff -u -u -r1.9 Makefile
--- Makefile	11 Mar 2004 10:46:58 -0000	1.9
+++ Makefile	20 Aug 2005 10:07:17 -0000
@@ -6,22 +6,16 @@
 #
 
 PORTNAME=	vifm
-PORTVERSION=	0.2a
-PORTREVISION=	1
+PORTVERSION=	0.3a
 CATEGORIES=	misc
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE_EXTENDED}
-MASTER_SITE_SUBDIR=	vifm
+MASTER_SITE_SUBDIR=	${PORTNAME}
 
 MAINTAINER=	sw@gegenunendlich.de
 COMMENT=	Ncurses based file manager with vi like keybindings
 
-WRKSRC=		${WRKDIR}/${PORTNAME}
-
 .if defined(WITH_VIFM_SCREEN)
 RUN_DEPENDS=	screen:${PORTSDIR}/misc/screen
-.else
-pre-everything::
-	@${ECHO_CMD} "You can define WITH_VIFM_SCREEN to add screen as a dependency."
 .endif
 
 GNU_CONFIGURE=	yes
@@ -29,23 +23,23 @@
 USE_REINPLACE=	yes
 
 PLIST_FILES=	bin/pauseme \
+		bin/screen-open-region-with-program \
+		bin/screen-run-program-in-region \
 		bin/vifm \
 		share/vifm/vifm-0.2.help.txt \
 		share/vifm/vifm.txt \
-		share/vifm/vifm.vim \
-		share/vifm/vifmrc0.2
+		share/vifm/vifm.vim
 PLIST_DIRS=	share/vifm
 
-post-patch:
-	@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' \
-		${WRKSRC}/configure
-
 .if defined(WITH_VIFM_SCREEN)
 pre-build:
 	@${REINPLACE_CMD} -e "s/cfg.use_screen = 0/cfg.use_screen = 1/" \
 		${WRKSRC}/src/config.c
 	@${REINPLACE_CMD} -e "s/USE_SCREEN=0/USE_SCREEN=1/" \
 		${WRKSRC}/src/vifmrc0.2
+.else
+pre-everything::
+	@${ECHO_CMD} "You can define WITH_VIFM_SCREEN to add screen as a dependency."
 .endif
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /home/cvs/FreeBSD/ports/misc/vifm/distinfo,v
retrieving revision 1.4
diff -u -u -r1.4 distinfo
--- distinfo	10 Feb 2004 17:50:00 -0000	1.4
+++ distinfo	19 Aug 2005 07:28:01 -0000
@@ -1,2 +1,2 @@
-MD5 (vifm-0.2a.tar.gz) = f51a3803d999bcf1c64b3f31983d6ae0
-SIZE (vifm-0.2a.tar.gz) = 93250
+MD5 (vifm-0.3a.tar.gz) = 90003892070db029c8eaec910c4a5ced
+SIZE (vifm-0.3a.tar.gz) = 493981
--- vifm-0.3a.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



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