Update to 2.6.2.
There's some problem with link stage for programs linking against gtkmm24 on 4.x that's existed since at least 2.6.1. I'm committing this update because it doesn't make the problem any worse.
This commit is contained in:
parent
24ddff0cf7
commit
359d05c6e2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=133449
3 changed files with 5 additions and 5 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= gtkmm
|
||||
PORTVERSION= 2.6.1
|
||||
PORTVERSION= 2.6.2
|
||||
CATEGORIES= x11-toolkits
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME} \
|
||||
${MASTER_SITE_SOURCEFORGE}
|
||||
|
@ -45,7 +45,7 @@ PLIST_SUB+= EXAMPLES="@comment "
|
|||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e '/^SUBDIRS =/s/tests//' \
|
||||
-e '/^SUBDIRS =/s/demos//' \
|
||||
-e '/^SUBDIRS =/s/@DEMO_SUBDIR@//' \
|
||||
${WRKSRC}/Makefile.in
|
||||
.if defined(NOPORTDOCS)
|
||||
@${REINPLACE_CMD} -e '/^SUBDIRS =/s/docs//' \
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
MD5 (gnome2/gtkmm-2.6.1.tar.bz2) = f33af11582a9867c8d2c84eb25c37b4d
|
||||
SIZE (gnome2/gtkmm-2.6.1.tar.bz2) = 4490699
|
||||
MD5 (gnome2/gtkmm-2.6.2.tar.bz2) = c1ffa447172b16d1ee787b1c69379c30
|
||||
SIZE (gnome2/gtkmm-2.6.2.tar.bz2) = 4505445
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
bin/demo
|
||||
include/atkmm-1.6/atkmm.h
|
||||
include/atkmm-1.6/atkmm/action.h
|
||||
include/atkmm-1.6/atkmm/component.h
|
||||
|
@ -1443,6 +1442,7 @@ libdata/pkgconfig/pangomm-1.4.pc
|
|||
%%PORTDOCS%%share/doc/gtkmm-%%API_VERSION%%/docs/reference/html/inherit__graph__121.png
|
||||
%%PORTDOCS%%share/doc/gtkmm-%%API_VERSION%%/docs/reference/html/inherit__graph__122.png
|
||||
%%PORTDOCS%%share/doc/gtkmm-%%API_VERSION%%/docs/reference/html/inherit__graph__123.png
|
||||
%%PORTDOCS%%share/doc/gtkmm-%%API_VERSION%%/docs/reference/html/inherit__graph__124.png
|
||||
%%PORTDOCS%%share/doc/gtkmm-%%API_VERSION%%/docs/reference/html/inherit__graph__13.png
|
||||
%%PORTDOCS%%share/doc/gtkmm-%%API_VERSION%%/docs/reference/html/inherit__graph__14.png
|
||||
%%PORTDOCS%%share/doc/gtkmm-%%API_VERSION%%/docs/reference/html/inherit__graph__15.png
|
||||
|
|
Loading…
Reference in a new issue