FreeBSD Bugzilla – Attachment 190482 Details for
Bug 225806
editors/encryptpad: Update to 0.4.0.2
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch file
encryptpad-0.4.0.2.patch (text/plain), 3.13 KB, created by
Dmitri Goutnik
on 2018-02-10 14:37:01 UTC
(
hide
)
Description:
patch file
Filename:
MIME Type:
Creator:
Dmitri Goutnik
Created:
2018-02-10 14:37:01 UTC
Size:
3.13 KB
patch
obsolete
>Index: editors/encryptpad/Makefile >=================================================================== >--- editors/encryptpad/Makefile (revision 461294) >+++ editors/encryptpad/Makefile (working copy) >@@ -1,12 +1,13 @@ >-# Created by: Dmitri Goutnik <dg@syrec.org> > # $FreeBSD$ > > PORTNAME= encryptpad >-PORTVERSION= 0.3.2.5 > DISTVERSIONPREFIX= v >-PORTREVISION= 1 >+DISTVERSION= 0.4.0.2 > CATEGORIES= editors security > >+PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ >+PATCHFILES= 55fd37480d.patch:-p1 >+ > MAINTAINER= dg@syrec.org > COMMENT= Minimalist secure text editor and binary encryptor > >@@ -14,18 +15,18 @@ > LICENSE_FILE= ${WRKSRC}/license.txt > > BUILD_DEPENDS= bash:shells/bash >-LIB_DEPENDS= libbotan-1.10.so:security/botan110 >+LIB_DEPENDS= libbotan-2.so:security/botan2 > >+USES= desktop-file-utils gmake pkgconfig shared-mime-info >+USE_QT5= core buildtools_build gui qmake_build widgets >+USE_GL= gl >+ > USE_GITHUB= yes > GH_ACCOUNT= evpo > GH_PROJECT= EncryptPad > >-USES= desktop-file-utils gmake pkgconfig shared-mime-info >-USE_QT5= core gui widgets qmake_build buildtools_build >-USE_GL= gl >+PORTDOCS= * > >-PORTDOCS= CHANGES.* README.* docs >- > OPTIONS_DEFINE= DOCS > > do-build: >@@ -40,7 +41,7 @@ > @${MKDIR} ${STAGEDIR}${PREFIX}/share/mime/packages > ${INSTALL_DATA} ${WRKSRC}/encryptpad.xml \ > ${STAGEDIR}${PREFIX}/share/mime/packages >-.for sz in 16 32 128 >+.for sz in 16 32 128 256 512 > @${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/${sz}x${sz}/apps > ${INSTALL_DATA} ${WRKSRC}/images/icns.iconset/icon_${sz}x${sz}.png \ > ${STAGEDIR}${PREFIX}/share/icons/hicolor/${sz}x${sz}/apps/encryptpad.png >@@ -48,6 +49,6 @@ > > post-install-DOCS-on: > @${MKDIR} ${STAGEDIR}${DOCSDIR} >- ${CP} -a ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} >+ (cd ${WRKSRC}/docs && ${COPYTREE_SHARE} . ${STAGEDIR}/${DOCSDIR}) > > .include <bsd.port.mk> >Index: editors/encryptpad/distinfo >=================================================================== >--- editors/encryptpad/distinfo (revision 461294) >+++ editors/encryptpad/distinfo (working copy) >@@ -1,3 +1,5 @@ >-TIMESTAMP = 1484432907 >-SHA256 (evpo-EncryptPad-v0.3.2.5_GH0.tar.gz) = f9870c4aad45dd8171f92e97632e748b9504a52a1436c232cb387246672666e5 >-SIZE (evpo-EncryptPad-v0.3.2.5_GH0.tar.gz) = 7988782 >+TIMESTAMP = 1518271775 >+SHA256 (evpo-EncryptPad-v0.4.0.2_GH0.tar.gz) = ac3f2787d9ed0b41fa88c49bc088ab8cef2d85ef86f39204738669911ed41379 >+SIZE (evpo-EncryptPad-v0.4.0.2_GH0.tar.gz) = 11579309 >+SHA256 (55fd37480d.patch) = 9e06f1e93df35ebf935bfabe1df2275747ab06161acd7165230757290253c43f >+SIZE (55fd37480d.patch) = 1095 >Index: editors/encryptpad/pkg-plist >=================================================================== >--- editors/encryptpad/pkg-plist (revision 461294) >+++ editors/encryptpad/pkg-plist (working copy) >@@ -1,7 +1,9 @@ > bin/encryptpad > bin/encryptcli > share/applications/encryptpad.desktop >-share/icons/hicolor/128x128/apps/encryptpad.png > share/icons/hicolor/16x16/apps/encryptpad.png > share/icons/hicolor/32x32/apps/encryptpad.png >+share/icons/hicolor/128x128/apps/encryptpad.png >+share/icons/hicolor/256x256/apps/encryptpad.png >+share/icons/hicolor/512x512/apps/encryptpad.png > share/mime/packages/encryptpad.xml
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 225806
: 190482