- Update to 0.6.1

PR:		ports/87386
Submitted by:	Ports Fury
This commit is contained in:
Renato Botelho 2005-10-13 19:19:02 +00:00
parent 46237873a2
commit e37136b40f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=145308
2 changed files with 8 additions and 7 deletions

View File

@ -7,7 +7,7 @@
#
PORTNAME= xbiso
PORTVERSION= 0.6.0
PORTVERSION= 0.6.1
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@ -19,14 +19,15 @@ LIB_DEPENDS= ftp.3:${PORTSDIR}/ftp/ftplib
USE_REINPLACE= yes
GNU_CONFIGURE= yes
CFLAGS+= -I${LOCALBASE}/include
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib"
MAKE_ENV= LIBS="-L${LOCALBASE}/lib"
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
PLIST_FILES= bin/xbiso
post-patch:
@${REINPLACE_CMD} -e "s,^LIBS =,LIBS+=," ${WRKSRC}/Makefile.in
@${REINPLACE_CMD} -e 's|$$(CPPFLAGS)|@CPPFLAGS@|g ; \
s|= @LIBS@|= @LDFLAGS@ @LIBS@|g' ${WRKSRC}/Makefile.in
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/xbiso ${PREFIX}/bin

View File

@ -1,2 +1,2 @@
MD5 (xbiso-0.6.0.tar.gz) = c3ce54375de763d345122e84e200eae1
SIZE (xbiso-0.6.0.tar.gz) = 71091
MD5 (xbiso-0.6.1.tar.gz) = bf4c0e789068ff616de1821c80194431
SIZE (xbiso-0.6.1.tar.gz) = 49698