editors/mp: Update to 5.2.11
Additional port changes: * Changed to DISTVERSION * Adjusted dependencies for GTK2/GTK3 options Reported by: portscout Approved by: tcberner (mentor, implicit)
This commit is contained in:
parent
fbd4e9e74b
commit
5fab761410
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=461554
2 changed files with 8 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= mp
|
||||
PORTVERSION= 5.2.10
|
||||
DISTVERSION= 5.2.11
|
||||
CATEGORIES= editors
|
||||
MASTER_SITES= http://triptico.com/download/mp/
|
||||
|
||||
|
@ -31,8 +31,10 @@ OPTIONS_SUB= yes
|
|||
|
||||
NLS_USES= gettext
|
||||
NLS_CONFIGURE_WITH= gettext
|
||||
GTK2_USE= gnome=gtk20
|
||||
GTK3_USE= gnome=gtk30
|
||||
GTK2_USE= gnome=cairo,gdkpixbuf2,gtk20
|
||||
GTK2_LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
|
||||
libfreetype.so:print/freetype2
|
||||
GTK3_USE= gnome=cairo,gdkpixbuf2,gtk30
|
||||
PCRE_LIB_DEPENDS= libpcre.so:devel/pcre
|
||||
PCRE_CONFIGURE_WITH= pcre
|
||||
QT4_USE= qt4=corelib,gui,moc_build
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
SHA256 (mp-5.2.10.tar.gz) = f3ce1831d2cfb42a8540d197a9fdad163ecd17883a57cd798a2f30bfe791ddc1
|
||||
SIZE (mp-5.2.10.tar.gz) = 504306
|
||||
TIMESTAMP = 1518412913
|
||||
SHA256 (mp-5.2.11.tar.gz) = 7108ac2cc8b475a53246c12f4c2ec170e8af49a9358128a6be6015f44e979f79
|
||||
SIZE (mp-5.2.11.tar.gz) = 509994
|
||||
|
|
Loading…
Reference in a new issue