diff options
author | garga <garga@FreeBSD.org> | 2005-08-29 18:16:29 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2005-08-29 18:16:29 +0800 |
commit | 81167c9e34618c5d2237ff42c3db016de0600f00 (patch) | |
tree | 9cab420ca593da23338daa8fe05bb9a29c994a79 /misc/vifm | |
parent | f198ce47b5afc38392da7f184ee8243908ef9cde (diff) | |
download | freebsd-ports-gnome-81167c9e34618c5d2237ff42c3db016de0600f00.tar.gz freebsd-ports-gnome-81167c9e34618c5d2237ff42c3db016de0600f00.tar.zst freebsd-ports-gnome-81167c9e34618c5d2237ff42c3db016de0600f00.zip |
- Update to 0.3a
PR: ports/85149
Submitted by: maintainer
Diffstat (limited to 'misc/vifm')
-rw-r--r-- | misc/vifm/Makefile | 22 | ||||
-rw-r--r-- | misc/vifm/distinfo | 4 |
2 files changed, 12 insertions, 14 deletions
diff --git a/misc/vifm/Makefile b/misc/vifm/Makefile index e364421108e7..169fc876bb1d 100644 --- a/misc/vifm/Makefile +++ b/misc/vifm/Makefile @@ -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,16 +23,17 @@ USE_GMAKE= yes 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 + @${REINPLACE_CMD} -e 's/resize_term/resizeterm/g' \ + ${WRKSRC}/src/ui.c .if defined(WITH_VIFM_SCREEN) pre-build: @@ -46,6 +41,9 @@ pre-build: ${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> diff --git a/misc/vifm/distinfo b/misc/vifm/distinfo index f8c76ed36399..7b205f8502be 100644 --- a/misc/vifm/distinfo +++ b/misc/vifm/distinfo @@ -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 |