Commit Graph

2346 Commits

Author SHA1 Message Date
bluhm
fccc11ab65 update p5-OPCUA-Open62541 to 0.006 2020-03-30 10:07:08 +00:00
ajacoutot
c4f79a6db6 Update to osinfo-db-20200325. 2020-03-26 08:36:26 +00:00
fcambus
664df79882 Fix broken HOMEPAGE. 2020-03-24 15:12:39 +00:00
fcambus
fb0e1cc243 Update ytree to 2.02. 2020-03-24 13:45:40 +00:00
kn
6e27e3c6da Remove misc/rpm
We package RPM 3.0.6 released (Sep 13 2000 ??),
see https://rpm.org/timeline.html

No port uses it except patchutils for tests.

OK espie
2020-03-22 17:44:52 +00:00
bket
5bb89d62ab Update to remind-3.3.1
Changes: https://dianne.skoll.ca/pipermail/remind-fans/2020/003699.html

From Martin Ziemer <horrad AT horrad DOT de> (MAINTAINER). Thank You!
2020-03-21 05:28:52 +00:00
naddy
d159f8d1ad Make use of "find -exec {} +" (which is POSIX) and "find -delete"
(which is not) throughout the ports Makefiles.

* Replace find|xargs with find -exec {} +
* Replace -exec {} \; with -exec {} + if applicable.
* Use the -delete operator to remove files and empty directories.
* Combine and tweak some find(1) invocations while here.

ok kn@ rsadowski@ espie@
2020-03-20 16:44:21 +00:00
bcallah
8c6e6dbcd6 Update to feathernotes-0.6.0
Changelog: https://github.com/tsujan/FeatherNotes/releases/tag/V0.6.0
2020-03-16 23:39:10 +00:00
kn
e7e36108a4 Update to 1.16, use Python 3
Upstream moved to GitHub, sadly without tags or release tarballs.
Sort RDEPs while here.

Feedback OK sthen
2020-03-14 15:59:46 +00:00
bluhm
2d11f00f58 update p5-OPCUA-Open62541 to 0.005 2020-03-13 10:24:08 +00:00
naddy
2d67d2fae9 move home page and master site to https 2020-03-11 22:27:58 +00:00
naddy
90a2baf6dc minor update to 20200303 2020-03-09 22:29:39 +00:00
ajacoutot
d1b0cda35d Update to hwdata-0.333. 2020-03-04 08:00:17 +00:00
bluhm
ee328bd389 update p5-OPCUA-Open62541 to 0.004 2020-03-01 23:55:53 +00:00
fcambus
81a26c5c28 Update dialog to 1.3-20200228. 2020-03-01 22:00:28 +00:00
bket
2d91996b4a Update to remind-3.3.0
From Martin Ziemer <horrad AT horrad DOT de> who also takes MAINTAINER.
Some minor nits from me.
2020-03-01 06:48:54 +00:00
bluhm
8d1fff4c46 +p5-OPCUA-Open62541 2020-02-24 15:11:09 +00:00
bluhm
ac34f150c7 import p5-OPCUA-Open62541 0.003
OK benoit@

Comment:
Perl XS wrapper for open62541 OPC UA library

Description:
The open62541 is a library implementing an OPC UA client and server.
This module provides access to the C functionality from Perl programs.
2020-02-24 15:09:23 +00:00
kmos
6e76a3850c GCC 4.2.1 doesn't understand -Wpedantic. Patch it out.
Fixes build on sparc64

ok tb@ bluhm@
2020-02-16 20:51:46 +00:00
ajacoutot
541a8f9c76 Update to osinfo-db-20200214. 2020-02-16 08:17:13 +00:00
sthen
f69d1135ed be smarter about GH_TAGNAME; when generating the default DISTNAME, only
strip a leading "v" when it's followed by what looks like a version number,
also have it handle a few other common names seen in ports. likewise when
stripping 'v' from the default WRKDIST, also allow 'V', but only if
followed by digits (which seems a better match to what github are doing).

update the few ports which _require_ updates to match this change.

been through a bulk on i386 (plus I've diffed "make dump-vars" run in
in all ports having GH_TAGNAME before+after applying the patch), ok jca
2020-02-13 22:19:35 +00:00
bluhm
fd872f920f Build a debug package for open62541 library. Backport an use-after-free
fix from upstream.
OK sthen@
2020-02-13 13:26:20 +00:00
bket
1edd350299 Update to ytree-2.01
Fixes crash during tagged rename.
2020-02-12 14:04:01 +00:00
bket
a6c65d592d Update to supercat-0.5.7
Minor update, which adds command line options for coloring without an
spcrc file.

While here change HOMEPAGE to use https.
2020-02-12 14:03:10 +00:00
bluhm
9d11c4338c +open62541 2020-02-11 10:36:59 +00:00
bluhm
cc827a6ab9 import open62541 1.0.1
OK sthen@

Comment:
library implementation of OPC UA

Description:
open62541 is an open source and free implementation of OPC UA (OPC
Unified Architecture) written in the common subset of the C99 and
C++98 languages.  The library is usable with all major compilers
and provides the necessary tools to implement dedicated OPC UA
clients and servers, or to integrate OPC UA-based communication
into existing applications.
2020-02-11 10:35:25 +00:00
bket
551a17ae03 Update to mc-4.8.24
Changes: https://midnight-commander.org/wiki/NEWS-4.8.24

OK robert@
2020-02-10 19:34:33 +00:00
sebastia
c1fd67fff1 update 0.6.3 -> 0.6.4 2020-02-10 10:44:26 +00:00
ajacoutot
8f5beae6fe Update to osinfo-db-20200203. 2020-02-08 11:38:26 +00:00
ajacoutot
7b9349d35c Update to hwdata-0.332. 2020-02-08 11:37:21 +00:00
sthen
0f45c2a28b update to screen-4.8.0, including:
"- Fix potential memory corruption when using OSC 49

As last fix, fixes potential memory overwrite of quite big size (~768
bytes), and even though I'm not sure about potential exploitability of
that issue, I highly recommend everyone to upgrade as soon as possible.
This issue is present at least since v.4.2.0 (haven't checked earlier)."
2020-02-06 16:17:20 +00:00
benoit
bfc9aead72 Update to p5-Finance-QuoteHist-1.28. 2020-02-06 09:54:40 +00:00
benoit
5b1457c7f8 Update to p5-I18N-Charset-1.418. 2020-02-06 09:36:17 +00:00
sthen
a3e5de8f53 drop maintainer 2020-02-03 20:40:37 +00:00
sebastia
38002cf70b @rsadowski pointed out the version we have in ports is old, even it has
a much higher version number than current ones, don't know where that came
from. This updates to the recent version, now using Qt5.

comments and OK rsadowski@
2020-02-03 12:40:23 +00:00
fcambus
e9ce37ced1 Add HOMEPAGE. 2020-01-29 09:38:25 +00:00
jasper
c0d71858db update MASTER_SITES where distfiles.nl was used 2020-01-26 11:14:29 +00:00
bcallah
c2d5b08d0f Update to feathernotes-0.5.1
Changelog: https://github.com/tsujan/FeatherNotes/releases/tag/V0.5.1
2020-01-10 15:01:15 +00:00
ajacoutot
d5fed336bc Update to hwdata-0.331. 2020-01-03 08:22:51 +00:00
bcallah
7e4730ebc8 Update to feathernotes-0.5.0
Changelog: https://github.com/tsujan/FeatherNotes/releases/tag/V0.5.0
2019-12-29 16:30:34 +00:00
bentley
2e5543a69d Update to gramps-5.1.1. 2019-12-13 06:50:55 +00:00
fcambus
83c70a4820 Update dialog to 1.3-20191210. 2019-12-12 09:27:39 +00:00
fcambus
dc92fa9694 Update dialog to 1.3-20191209. 2019-12-10 10:42:59 +00:00
ajacoutot
4ea67cf8a7 Update to hwdata-0.330. 2019-12-08 08:17:27 +00:00
bcallah
3f4e9010f0 Update to ytree-2.00
Updates/clarifies license
While here, switch to https and add a patch to remove build warnings
ok naddy@
2019-12-07 01:58:13 +00:00
fcambus
6bfc45313b Add debug package for mc.
Discussed with robert@
2019-12-05 14:50:55 +00:00
ajacoutot
ed86fe0ea4 Update to osinfo-db-20191125. 2019-11-26 08:04:52 +00:00
ajacoutot
097cec378b Missing BDEP on textproc/itstool. 2019-11-18 07:09:17 +00:00
ajacoutot
79e93d10df Update to shared-mime-info-1.15. 2019-11-17 19:38:02 +00:00
fcambus
7f1644eaa7 Update dialog to 1.3-20191110. 2019-11-12 09:46:41 +00:00