Update to 2.10.0. Note: this release is API and ABI compatible with
2.6.x, so a repocopy to libgnomemm210 is not needed.
This commit is contained in:
parent
e6faec0446
commit
936a489f70
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=131005
2 changed files with 14 additions and 6 deletions
|
@ -6,8 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= libgnomemm
|
||||
PORTVERSION= 2.6.0
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 2.10.0
|
||||
CATEGORIES= x11 gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:R}
|
||||
|
@ -25,11 +24,20 @@ USE_BZIP2= yes
|
|||
USE_X_PREFIX= yes
|
||||
USE_GMAKE= yes
|
||||
USE_GCC= 3.4
|
||||
USE_GNOME= gnomehack lthack libgnome
|
||||
USE_INC_LIBTOOL_VER=13
|
||||
USE_GNOME= gnomehack libgnome
|
||||
USE_INC_LIBTOOL_VER=15
|
||||
INSTALLS_SHLIB= yes
|
||||
CONFIGURE_ARGS= --enable-static
|
||||
|
||||
PLIST_SUB= VERSION="2.6" API_VERSION="2.6"
|
||||
|
||||
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>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
MD5 (gnome2/libgnomemm-2.6.0.tar.bz2) = 684a11aa4726e4f9b148866d1662fc24
|
||||
SIZE (gnome2/libgnomemm-2.6.0.tar.bz2) = 238958
|
||||
MD5 (gnome2/libgnomemm-2.10.0.tar.bz2) = 095cbf2a023a82a009dc19ffc1a9d9c8
|
||||
SIZE (gnome2/libgnomemm-2.10.0.tar.bz2) = 245085
|
||||
|
|
Loading…
Reference in a new issue