- Update to 2.6.7
- Flip GPHOTO2 option to default to on - Mark BROKEN on 4.X, this version requires new libm functions
This commit is contained in:
parent
3ccf082738
commit
8c5aa6e766
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=141471
2 changed files with 8 additions and 4 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= gthumb
|
||||
PORTVERSION= 2.6.6
|
||||
PORTVERSION= 2.6.7
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/2.6
|
||||
|
@ -33,8 +33,12 @@ MAN1= gthumb.1
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if defined(WITH_GPHOTO2) || exists(${LOCALBASE}/lib/libgphoto2.so.2)
|
||||
.if !defined(WITHOUT_GPHOTO2) || exists(${LOCALBASE}/lib/libgphoto2.so.2)
|
||||
LIB_DEPENDS+= gphoto2.2:${PORTSDIR}/graphics/libgphoto2
|
||||
.endif
|
||||
|
||||
.if ${OSVERSION} < 500000
|
||||
BROKEN= "does not compile, requires round() in libm"
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
MD5 (gnome2/gthumb-2.6.6.tar.bz2) = 498d2729805e335c850f418b7994df66
|
||||
SIZE (gnome2/gthumb-2.6.6.tar.bz2) = 2340014
|
||||
MD5 (gnome2/gthumb-2.6.7.tar.bz2) = 4a155affbddc5af3ce82c623c1329225
|
||||
SIZE (gnome2/gthumb-2.6.7.tar.bz2) = 2342501
|
||||
|
|
Loading…
Reference in a new issue