1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-30 05:40:06 +00:00

Update to version 0.71.

PR:		32334
Submitted by:	maintainer
This commit is contained in:
Steve Price 2001-12-02 18:40:48 +00:00
parent b1f3b37ba7
commit ab7bcfbb04
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=50886
3 changed files with 15 additions and 6 deletions

View File

@ -6,9 +6,9 @@
#
PORTNAME= Sablot
PORTVERSION= 0.70
PORTVERSION= 0.71
CATEGORIES= textproc
MASTER_SITES= http://download.gingerall.cz/sablot/
MASTER_SITES= http://download-2.gingerall.cz/download/sablot/
MAINTAINER= skv@protey.ru
@ -16,11 +16,20 @@ LIB_DEPENDS= iconv.2:${PORTSDIR}/converters/iconv \
expat.2:${PORTSDIR}/textproc/expat2
INSTALLS_SHLIB= yes
SHLIB_MAJOR= 66
PLIST_SUB+= SHLIB_MAJOR="${SHLIB_MAJOR}"
CONFIGURE_ENV= CPPFLAGS=-I${LOCALBASE}/include LDFLAGS=-L${LOCALBASE}/lib
USE_GMAKE= yes
USE_AUTOCONF= yes
USE_AUTOMAKE= yes
AUTOMAKE_ARGS= -a
USE_LIBTOOL= yes
PLIST_SUB= SHLIB_VER=${PORTVERSION:E}
pre-patch:
@${PERL} -pi -e \
's!(?<=libsablot_la_LDFLAGS = -version-info )(\d+):(\d+):\1!${SHLIB_MAJOR}:$$1:${SHLIB_MAJOR}!;' \
${WRKSRC}/src/engine/Makefile.am
.include <bsd.port.mk>

View File

@ -1 +1 @@
MD5 (Sablot-0.70.tar.gz) = c7e68658c10ca6f92dbf27c18270dc31
MD5 (Sablot-0.71.tar.gz) = 5c5436b5b3c28f79e9d7f3bfddff5948

View File

@ -5,4 +5,4 @@ include/shandler.h
include/sxpath.h
lib/libsablot.a
lib/libsablot.so
lib/libsablot.so.%%SHLIB_VER%%
lib/libsablot.so.%%SHLIB_MAJOR%%