FreeBSD Bugzilla – Attachment 257099 Details for
Bug 284371
ports-mgmt/portrac: Update to 0.6
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
portrac-0.6.diff
portrac-0.6.diff (text/plain), 2.63 KB, created by
mario.g.pavlov
on 2025-01-29 21:35:33 UTC
(
hide
)
Description:
portrac-0.6.diff
Filename:
MIME Type:
Creator:
mario.g.pavlov
Created:
2025-01-29 21:35:33 UTC
Size:
2.63 KB
patch
obsolete
>diff --git a/ports-mgmt/portrac/Makefile b/ports-mgmt/portrac/Makefile >index d3287d4c0..b07278053 100644 >--- a/ports-mgmt/portrac/Makefile >+++ b/ports-mgmt/portrac/Makefile >@@ -1,8 +1,9 @@ > PORTNAME= portrac >-PORTVERSION= 0.5.1 >+PORTVERSION= 0.6 > CATEGORIES= ports-mgmt >-MASTER_SITES= http://e-soul.org/distfiles/ \ >- http://home.e-soul.org/~mgp/distfiles/ >+DISTNAME= v${PORTVERSION} >+MASTER_SITES= https://github.com/e-soul/portrac/archive/refs/tags/ >+WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} > > MAINTAINER= Mario.G.Pavlov@gmail.com > COMMENT= Simple GUI tool for tracking port updates >@@ -10,7 +11,7 @@ WWW= https://portrac.e-soul.org/ > > LICENSE= BSD2CLAUSE > >-USES= compiler:c++11-lib gl qmake qt:5 tar:bzip2 >+USES= compiler:c++11-lib gl qmake qt:5 > USE_CXXSTD= c++11 > USE_GL= gl > USE_QT= buildtools:build core gui widgets >@@ -21,8 +22,8 @@ PLIST_FILES= bin/portrac \ > share/portrac/updates-available.png > > do-install: >- ${INSTALL_PROGRAM} ${WRKDIR}/${DISTNAME}/portrac ${STAGEDIR}${PREFIX}/bin && \ >+ ${INSTALL_PROGRAM} ${WRKSRC}/portrac ${STAGEDIR}${PREFIX}/bin && \ > ${MKDIR} ${STAGEDIR}${DATADIR} && \ >- ${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/*.png ${STAGEDIR}${DATADIR} >+ ${INSTALL_DATA} ${WRKSRC}/*.png ${STAGEDIR}${DATADIR} > > .include <bsd.port.mk> >diff --git a/ports-mgmt/portrac/distinfo b/ports-mgmt/portrac/distinfo >index 69096ae8a..7dfd60d37 100644 >--- a/ports-mgmt/portrac/distinfo >+++ b/ports-mgmt/portrac/distinfo >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1634741583 >-SHA256 (portrac-0.5.1.tar.bz2) = 1cbd8e6059db7414f2cb3da903fc9750ca4fb4157a14218745926cd1c393b8cd >-SIZE (portrac-0.5.1.tar.bz2) = 9692 >+TIMESTAMP = 1737922519 >+SHA256 (v0.6.tar.gz) = 9221682f36b2bd451107682383ebbd6d74ecdfb2cc0a4586c2f6e6123da12de2 >+SIZE (v0.6.tar.gz) = 9987 >diff --git a/ports-mgmt/portrac/files/patch-PortChecker.cc b/ports-mgmt/portrac/files/patch-PortChecker.cc >deleted file mode 100644 >index 499c7ddbd..000000000 >--- a/ports-mgmt/portrac/files/patch-PortChecker.cc >+++ /dev/null >@@ -1,11 +0,0 @@ >---- PortChecker.cc.orig 2014-09-29 18:19:21 UTC >-+++ PortChecker.cc >-@@ -31,6 +31,8 @@ >- #include <string> >- #include <algorithm> >- #include <iostream> >-+#include <cstdio> >-+#include <cerrno> >- >- #include <QStringList> >- >diff --git a/ports-mgmt/portrac/files/patch-Preferences.cc b/ports-mgmt/portrac/files/patch-Preferences.cc >deleted file mode 100644 >index e956221a9..000000000 >--- a/ports-mgmt/portrac/files/patch-Preferences.cc >+++ /dev/null >@@ -1,10 +0,0 @@ >---- Preferences.cc.orig 2014-09-29 18:19:21 UTC >-+++ Preferences.cc >-@@ -29,6 +29,7 @@ >- #include <map> >- #include <iostream> >- #include <fstream> >-+#include <cstdlib> >- >- #include "Preferences.hh" >-
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
Actions:
View
|
Diff
Attachments on
bug 284371
:
257015
| 257099 |
257100