1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

- Update to 1.2

PR:		ports/107398
Submitted by:	Ed Schouten <ed@fxq.nl> (maintainer)
This commit is contained in:
Martin Wilke 2007-01-02 18:02:10 +00:00
parent e946eea8ed
commit 4904dc0156
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=181285
3 changed files with 12 additions and 19 deletions

View File

@ -6,10 +6,10 @@
#
PORTNAME= herrie
PORTVERSION= 1.1
PORTREVISION= 1
PORTVERSION= 1.2
CATEGORIES= audio
MASTER_SITES= http://www.il.fontys.nl/~ed/projects/herrie/distfiles/ \
MASTER_SITES= http://g-rave.nl/projects/herrie/distfiles/ \
http://www.il.fontys.nl/~ed/projects/herrie/distfiles/ \
http://www.stack.nl/~ed/projects/herrie/distfiles/
MAINTAINER= ed@fxq.nl
@ -22,12 +22,12 @@ USE_GNOME= glib20
USE_GETTEXT= yes
USE_GMAKE= yes
MAKEFILE= GNUmakefile
WRKSRC= ${WRKDIR}/${DISTNAME}/src
OPTIONS= MAD "MAD MP3 support" on \
VORBIS "Ogg Vorbis support" on \
SNDFILE "libsndfile support" on \
LIBAO "LibAO support (breaks chroot)" off
LIBAO "LibAO support (breaks chroot)" off \
XCURSES "Build XCurses version" off
PLIST_FILES= bin/herrie \
share/locale/nl/LC_MESSAGES/herrie.mo
@ -55,5 +55,9 @@ MAKE_ENV+= NO_SNDFILE=yes
LIB_DEPENDS= ao.3:${PORTSDIR}/audio/libao
MAKE_ARGS+= AUDIO_OUTPUT=ao
.endif
.if !defined(WITHOUT_XCURSES)
LIB_DEPENDS= XCurses.2:${PORTSDIR}/devel/pdcurses
MAKE_ARGS+= XCURSES=yes
.endif
.include <bsd.port.post.mk>

View File

@ -1,3 +1,3 @@
MD5 (herrie-1.1.tar.gz) = 1c28876ae36737ca3f3d6d2d2f037435
SHA256 (herrie-1.1.tar.gz) = 1bd9aba923ebe71378793e70d3d1512a05e0d833db2ffa71096acaac20bcd106
SIZE (herrie-1.1.tar.gz) = 42802
MD5 (herrie-1.2.tar.gz) = 78b6dfe16db6c1f2e5e060e97503e1ec
SHA256 (herrie-1.2.tar.gz) = 936554fac6999921d5253b7603046f2b481bf835d64db075e6570214f219e93e
SIZE (herrie-1.2.tar.gz) = 42193

View File

@ -1,11 +0,0 @@
--- gui/gui_vfslist.c Fri Dec 22 14:23:05 2006
+++ gui/gui_vfslist.c Fri Dec 22 14:49:47 2006
@@ -122,7 +122,7 @@
static void
gui_vfslist_refresh(struct gui_vfslist *gv)
{
- int i, idxw, idxmaxw;
+ int i, idxw, idxmaxw = 0;
unsigned int idx;
char num[16], mark;
struct vfsref *vr;