FreeBSD Bugzilla – Attachment 231558 Details for
Bug 261720
sysutils/pwsafe: flavourise, update to tip
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch for adding FLAVOR to sysutils/pwsafe
pwsafe-0.2.2.b.196.diff (text/plain), 2.27 KB, created by
Martin Neubauer
on 2022-02-04 20:39:30 UTC
(
hide
)
Description:
patch for adding FLAVOR to sysutils/pwsafe
Filename:
MIME Type:
Creator:
Martin Neubauer
Created:
2022-02-04 20:39:30 UTC
Size:
2.27 KB
patch
obsolete
>diff --git a/sysutils/pwsafe/Makefile b/sysutils/pwsafe/Makefile >index d84c11a9e963..f070fda154f4 100644 >--- a/sysutils/pwsafe/Makefile >+++ b/sysutils/pwsafe/Makefile >@@ -1,8 +1,8 @@ > # Created by: Daniel Johansson <donnex@donnex.net> > > PORTNAME= pwsafe >-DISTVERSION= 0.2.0-155 >-DISTVERSIONSUFFIX= -g1dbcfd0 >+DISTVERSION= 0.2.2beta-196 >+DISTVERSIONSUFFIX= -g4bf61c5 > CATEGORIES= sysutils > > MAINTAINER= m.ne@gmx.net >@@ -10,22 +10,29 @@ COMMENT= Command-line encrypted password database manager > > LICENSE= GPLv2+ > >+FLAVORS= x11 nox11 >+FLAVOR?= ${FLAVORS:[1]} >+nox11_PKGNAMESUFFIX= -nox11 >+ > USES= autoreconf gmake ncurses readline ssl > GNU_CONFIGURE= yes > CONFIGURE_ENV= ac_cv_header_curses_h=yes > USE_GITHUB= yes > GH_ACCOUNT= nsd20463 >-GH_TAGNAME= 1dbcfd0 >+GH_TAGNAME= 4bf61c5 > > PLIST_FILES= bin/pwsafe \ > man/man1/pwsafe.1.gz > >-OPTIONS_DEFINE= SETUID X11 >+OPTIONS_DEFINE= SETUID > SETUID_DESC= Install setuid pwsafe binary > >-X11_USES= xorg >-X11_USE= XORG=ice,sm,x11,xmu >-X11_CONFIGURE_OFF= --without-x >+.if ${FLAVOR} == "x11" >+USES+= xorg >+USE_XORG= ice sm x11 xmu >+.elif ${FLAVOR} == "nox11" >+CONFIGURE_ARGS+= --without-x >+.endif > > do-install: > ${INSTALL_PROGRAM} ${WRKSRC}/pwsafe ${STAGEDIR}${PREFIX}/bin >diff --git a/sysutils/pwsafe/distinfo b/sysutils/pwsafe/distinfo >index 64de6fa5ddb0..abc7f106fb7a 100644 >--- a/sysutils/pwsafe/distinfo >+++ b/sysutils/pwsafe/distinfo >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1573436205 >-SHA256 (nsd20463-pwsafe-0.2.0-155-g1dbcfd0-1dbcfd0_GH0.tar.gz) = 0de804f06b76ae985fd414395855e57cc60e890ca1c80dd1e93f6b4b6225cf2f >-SIZE (nsd20463-pwsafe-0.2.0-155-g1dbcfd0-1dbcfd0_GH0.tar.gz) = 80158 >+TIMESTAMP = 1644006261 >+SHA256 (nsd20463-pwsafe-0.2.2beta-196-g4bf61c5-4bf61c5_GH0.tar.gz) = 08d8886c700b2a4bbb243f7b20e8ff500d1f1dc334ac7a86641138bd4e8cde9e >+SIZE (nsd20463-pwsafe-0.2.2beta-196-g4bf61c5-4bf61c5_GH0.tar.gz) = 49943 >diff --git a/sysutils/pwsafe/pkg-descr b/sysutils/pwsafe/pkg-descr >index d75db21c3b47..a54ccd46f1ab 100644 >--- a/sysutils/pwsafe/pkg-descr >+++ b/sysutils/pwsafe/pkg-descr >@@ -6,4 +6,4 @@ Pwsafe is a Unix commandline program that manages encrypted password databases. > on Linux, *BSD, OS X, Solaris. > * Compatible with CounterPane's PasswordSafe Win32 program versions 1.9.x. > >-WWW: http://nsd.dyndns.org/pwsafe/ >+WWW: https://github.com/nsd20463/pwsafe/
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:
m.ne
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 261720
: 231558