FreeBSD Bugzilla – Attachment 195339 Details for
Bug 229928
devel/liteide: Update to 33.4
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch file
liteide-33.4.patch (text/plain), 2.11 KB, created by
Dmitri Goutnik
on 2018-07-21 17:08:47 UTC
(
hide
)
Description:
patch file
Filename:
MIME Type:
Creator:
Dmitri Goutnik
Created:
2018-07-21 17:08:47 UTC
Size:
2.11 KB
patch
obsolete
>Index: devel/liteide/Makefile >=================================================================== >--- devel/liteide/Makefile (revision 475030) >+++ devel/liteide/Makefile (working copy) >@@ -2,7 +2,7 @@ > > PORTNAME= liteide > DISTVERSIONPREFIX= x >-DISTVERSION= 33.3 >+DISTVERSION= 33.4 > CATEGORIES= devel editors > > MAINTAINER= dg@syrec.org >@@ -11,30 +11,40 @@ > LICENSE= LGPL21+ > LICENSE_FILE= ${WRKSRC}/LICENSE.LGPL > >-WRKSRC_SUBDIR= liteidex >+FLAVORS= qt5 qt4 >+FLAVOR?= ${FLAVORS:[1]} > >+qt4_CONFLICTS_INSTALL= ${PORTNAME} >+qt4_PKGNAMESUFFIX= -qt4 >+qt5_CONFLICTS_INSTALL= ${PORTNAME}-qt4 >+ > USES= qmake >+USE_GL+= gl > USE_LDCONFIG= ${PREFIX}/lib/${PORTNAME} >+ > USE_GITHUB= yes > GH_ACCOUNT= visualfc >-LDFLAGS+= -Wl,--as-needed > >+.if ${FLAVOR} == qt4 >+USES+= qt:4 >+USE_QT= corelib gui moc_build network rcc_build uic_build webkit xml >+PLIST_SUB+= QT4="" NO_QT4="@comment " >+.else >+USES+= qt:5 >+USE_QT= buildtools_build core gui network printsupport widgets xml >+PLIST_SUB+= QT4="@comment " NO_QT4="" >+.endif >+ >+WRKSRC_SUBDIR= liteidex >+ > PORTDOCS= CONTRIBUTORS README.md > >-ICON_SIZES= 16 24 32 48 64 128 >+OPTIONS_DEFINE= DEBUG DOCS >+OPTIONS_SUB= yes > >-OPTIONS_DEFINE= DEBUG DOCS >-OPTIONS_SINGLE= QT >-OPTIONS_SINGLE_QT= QT4 QT5 >-OPTIONS_DEFAULT= QT5 >-OPTIONS_SUB= yes >- > DEBUG_CONFIGURE_ENABLE= debug > >-QT4_USES= qt:4 >-QT4_USE= QT=corelib,gui,network,webkit,xml,moc_build,rcc_build,uic_build >-QT5_USES= qt:5 >-QT5_USE= QT=core,gui,network,printsupport,widgets,xml,buildtools_build >+ICON_SIZES= 16 24 32 48 64 128 > > post-install: > @${MKDIR} ${STAGEDIR}${PREFIX}/share/applications >Index: devel/liteide/distinfo >=================================================================== >--- devel/liteide/distinfo (revision 475030) >+++ devel/liteide/distinfo (working copy) >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1524491876 >-SHA256 (visualfc-liteide-x33.3_GH0.tar.gz) = 31d9b1949f9d8a1027e669b8cca1cd274aa92db5fc3a97e2dd950763a85c1556 >-SIZE (visualfc-liteide-x33.3_GH0.tar.gz) = 2672197 >+TIMESTAMP = 1532181139 >+SHA256 (visualfc-liteide-x33.4_GH0.tar.gz) = 4ceacd2cb29fc52a213e17f43077ddfb72ce82c8eda5f536cb52cd871e567d1c >+SIZE (visualfc-liteide-x33.4_GH0.tar.gz) = 2685662
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
dmgk
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 229928
:
195339
|
195346
|
195451