1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00

Update to 2.10.0. Note: this release is API and ABI compatible with

2.6.x, so a repocopy to gconfmm210 is not needed.
This commit is contained in:
Joe Marcus Clarke 2005-03-12 11:26:36 +00:00
parent ac969dfd1b
commit 06beae5ad7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=130999
2 changed files with 14 additions and 6 deletions

View File

@ -6,8 +6,7 @@
#
PORTNAME= gconfmm
PORTVERSION= 2.6.1
PORTREVISION= 1
PORTVERSION= 2.10.0
CATEGORIES= devel gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:R}
@ -27,8 +26,8 @@ USE_X_PREFIX= yes
USE_GMAKE= yes
USE_GCC= 3.4
USE_REINPLACE= yes
USE_GNOME= gnomehack gconf2 lthack
USE_INC_LIBTOOL_VER=13
USE_GNOME= gnomehack gconf2
USE_INC_LIBTOOL_VER=15
INSTALLS_SHLIB= yes
CONFIGURE_ARGS= --enable-static
@ -38,4 +37,13 @@ post-patch:
@${REINPLACE_CMD} -e '/^SUBDIRS =/s/examples//' \
${WRKSRC}/Makefile.in
patch-autotools:
@(cd ${PATCH_WRKSRC}; \
for file in ${LIBTOOLFILES}; do \
${CP} $$file $$file.tmp; \
${SED} -e "/^ltmain=/s^\$$ac_aux_dir/ltmain.sh^${LTMAIN}^g" \
$$file.tmp > $$file; \
${RM} $$file.tmp; \
done);
.include <bsd.port.mk>

View File

@ -1,2 +1,2 @@
MD5 (gnome2/gconfmm-2.6.1.tar.bz2) = 9edf4f866de9bd6db9ae7cf31535ad49
SIZE (gnome2/gconfmm-2.6.1.tar.bz2) = 258830
MD5 (gnome2/gconfmm-2.10.0.tar.bz2) = 0f3787ff3f7089698da49b694b5f9155
SIZE (gnome2/gconfmm-2.10.0.tar.bz2) = 263641