Sunpoet Po-Chuan Hsieh
01d73eae7e
- Update to 0.5.24
...
Changes: https://github.com/knu/ruby-domain_name/commits/master
2015-05-03 11:27:47 +00:00
Sunpoet Po-Chuan Hsieh
2bd29cbc86
- Update to 0.4.5
...
Changes: https://github.com/fog/fog-softlayer/blob/master/CHANGELOG.md
https://github.com/fog/fog-softlayer/commits/master
2015-05-03 11:27:37 +00:00
Jan Beich
83c12c6e35
Back out part of r385209 related to bug 195313
...
Not bumping PORTEPOCH because I'll eventually land those changes, anyway.
PR: 199723
2015-05-02 19:33:12 +00:00
Jan Beich
3b4fea4a63
net/miruo: add new port
...
Network monitor/analyzer which prints packets on terminal in neat style.
Packet data can also be read from a file saved by tcpdump(1).
WWW: https://github.com/KLab/miruo
PR: 199723
Submitted by: Koichiro IWAO <meta+ports@vmeta.jp>
2015-05-02 19:23:55 +00:00
Olivier Duchateau
cb3df64dff
Update to 2.0
...
Complete changelog: http://sourceforge.net/p/urlget/uget2/ci/master/tree/README
2015-05-02 19:03:15 +00:00
Adam Weinberger
69bd2b70bf
Update to 0.79.
...
Add LICENSE info, add TEST_DEPENDS, add an XS option to bring in
XML::LibXML, and sort plist.
Changes: https://metacpan.org/changes/distribution/RPC-XML
2015-05-02 15:50:24 +00:00
Dmitry Sivachenko
5bbca49ae2
Update to version 1.5.12.
2015-05-02 15:37:58 +00:00
Sunpoet Po-Chuan Hsieh
09e17066c8
- Update to 2.019
...
Changes: http://search.cpan.org/dist/Socket/Changes
2015-05-01 09:59:51 +00:00
Sunpoet Po-Chuan Hsieh
96edb708ee
- Update to 1.000004
...
Changes: http://search.cpan.org/dist/MaxMind-DB-Reader/Changes
2015-05-01 09:59:46 +00:00
Sunpoet Po-Chuan Hsieh
4beaefaf2f
- Update to 0.040000
...
Changes: http://search.cpan.org/dist/MaxMind-DB-Common/Changes
2015-05-01 09:59:41 +00:00
Christian Weisgerber
655ea3bd7b
Clear the timex UNSYNC flag so the RTC receives updates from the
...
system clock.
2015-04-30 15:17:20 +00:00
Rene Ladan
8037b9e68c
Remove expired ports:
...
2015-04-30 www/p5-Google-Code-Upload: Google Code will be shutting down (http://google-opensource.blogspot.tw/2015/03/farewell-to-google-code.html )
2015-04-30 net/ntp-rc: Upline no longer has RC branch.
2015-04-30 games/wmfortune: Broken for more than 6 months
2015-04-30 games/springlobby: Depends on expiring games/spring
2015-04-30 devel/p5-base: this port is outdated and base 2.18+ is already in all supported Perl releases
2015-04-30 14:37:01 +00:00
Guido Falsi
cf05ce3135
- Update courier-unicode to 1.2
...
- Update courier-imap to 4.16.1
- Update maildrop to 2.8.2
- Update sqwebmail to 5.8.2
- Update courier-authlib to 0.66.2
- Some plist and Makefile modernization
Approved by: oliver@ (as maintainer of various of these ports)
Differential Revision: https://reviews.freebsd.org/D2391
2015-04-30 09:14:47 +00:00
Adam Weinberger
b16439d863
Allow the server for the GeoIP database to be altered by an environment
...
variable.
PR: 199768
While here, regenerate patch with 'make makepatch' to appease portlint.
2015-04-30 04:28:27 +00:00
Hajimu UMEMOTO
3f1fde7b58
Remove the absolute path from pgrep to make DragonFly happy.
...
Spotted by: naddy
2015-04-29 18:28:23 +00:00
Ryan Steinmetz
d5c20c23ba
- Use libkrb5support.so to track security/krb5 dependency, libkrb5.so is present
...
on base and can confuses ports system not installing security/krb5. No bump on
PORTREVISION since it's disabled by default
2015-04-28 23:20:06 +00:00
Bryan Drewery
aa6ad6e726
USE_GITHUB: For the new support, fix DISTNAME to be more consistent.
...
When using GH_TAGNAME the DISTNAME would have GH_PROJECT and GH_ACCOUNT in
it. When not using GH_TAGNAME it would not have this. Now both cases
will add in the GH_PROJECT and GH_ACCOUNT.
Add special care to ensure that the DISTVERSION is not added in twice. If
a port does GH_TAGNAME=v${PORTVERSION} it will be added in twice though. For
that case DISTVERSIONPREFIX=v should be set and no GH_TAGNAME should be used.
empty() is used rather than (!defined || !${}) to support fmake.
The purpose of setting DISTNAME at all in these cases is to make it more clear
that the distfile is from *GITHUB* and to avoid collisions if a project were
to be renamed or moved. Without adding in GH_PROJECT and GH_ACCOUNT then there
are real risks that collisions on filenames would happen on renamed or moved
projects, which is fairly common. A GITHUB-generated file may not match
a custom-rolled or git-archive-rolled distfile.
PR: 199069
With hat: portmgr
Testing done: All USE_GITHUB ports without GH_COMMIT were checksum/fetch/extract/WRKSRC tested.
2015-04-28 18:44:04 +00:00
Adam Weinberger
95d823288b
Update to 0.27.
...
Changes: https://metacpan.org/changes/distribution/Server-Starter
Approved by: maintainer (implicit for updates)
2015-04-28 15:06:18 +00:00
Renato Botelho
d85290007c
Use libkrb5support.so to track security/krb5 dependency, libkrb5.so is present
...
on base and can confuses ports system not installing security/krb5. No bump on
PORTREVISION since it's disabled by default
Approved by: zi@
Sponsored by: Netgate
2015-04-28 15:02:20 +00:00
Sunpoet Po-Chuan Hsieh
c6e2767b26
- Add PORTSCOUT
2015-04-28 15:01:21 +00:00
Xin LI
7c59a19689
Don't hardcode STRIP unconditionally [1]. Instead, respect the build
...
environment's settings.
Add a DEBUG option.
Based on patch from: tobik [1]
Requested by: Leander Schäfer <info netocean de>
2015-04-27 19:23:14 +00:00
Christian Weisgerber
4caf9ea5ac
Use plain "pgrep" in rc script to accommodate different path in DragonFly.
...
Reported by: Juan Francisco Cantero Hurtado <iam@juanfra.info>
Update to 5.7p4. No user-visible changes.
In particular, the new HTTPS contraint feature is *not* enabled, because
* LibreSSL fails with the certificiate bundle from ca_root_nss
* USE_OPENSSL does not handle LibreSSL yet
2015-04-27 13:58:14 +00:00
Cy Schubert
f405158b24
Update 4.3.19 --> 4.3.20
2015-04-27 13:44:06 +00:00
Ashish SHUKLA
c5167c49ba
- Chase GNU Emacs updates
...
PR: 199553
2015-04-27 10:29:27 +00:00
Sunpoet Po-Chuan Hsieh
f3f7084ad6
- Update to 567
...
- Cleanup Makefile
- Regenerate patch files
2015-04-26 12:27:39 +00:00
Sunpoet Po-Chuan Hsieh
d890dd814d
- Fix build on arm
...
PR: 199647
Submitted by: Ulrich Grey <usenet@ulrich-grey.de>, Mikael Urankar <mikael.urankar@gmail.com>
2015-04-26 09:24:13 +00:00
Cy Schubert
3aa8bf819f
Update 4.3.14 --> 4.3.19
2015-04-25 17:15:19 +00:00
Bartek Rutkowski
860a2b4df7
net/go-cs: update 0.3 -> 0.4
...
- Clean obsolete GH_* knobs
- Minor pkg-descr correction
PR: 199667
Submitted by: Andy Kosela <akosela@andykosela.com> (maintainer)
2015-04-25 14:17:15 +00:00
Tijl Coosemans
07a04906dd
Add USES=gettext-tools to fix build when NLS option is off
...
Reported by: Raif S. Berent <zaphod@berentweb.com>
2015-04-25 09:54:15 +00:00
Sunpoet Po-Chuan Hsieh
b34c18d5b0
- Update to 0.100002
...
Changes: http://search.cpan.org/dist/MaxMind-DB-Writer/Changes
2015-04-25 07:40:39 +00:00
John Marino
8f1c7dca1d
net/adasockets: Upgrade version 1.9 => 1.9.1
2015-04-25 07:25:03 +00:00
Dmitry Marakasov
53a8c59efe
- Add CPE info
...
- Don't show pkg-message from the port's makefile
- Whitespace fix
Approved by: portmgr blanket
2015-04-25 00:53:10 +00:00
Dmitry Marakasov
0e6bb87890
- Add CPE info
...
Approved by: portmgr blanket
2015-04-25 00:10:09 +00:00
Dmitry Marakasov
e9e9be06d7
- Add CPE info
...
Approved by: portmgr blanket
2015-04-24 23:09:26 +00:00
Mathieu Arnold
b134f2c696
Fix security/p5-Crypt-{TEA,GOST} and undeprecate dependency.
...
Sponsored by: Absolight
2015-04-24 16:20:31 +00:00
Mathieu Arnold
a92aeeffb0
Deprecate Perl modules that only work with 5.16, as it's being phased out, with
...
the same deprecation date.
With hat: perl@
Sponsored by: Absolight
2015-04-24 14:25:06 +00:00
Baptiste Daroussin
25c34fd38f
Update icu to 55.1
2015-04-23 21:26:09 +00:00
Ryan Steinmetz
a724a27e8d
- Update to 2.2.7
2015-04-23 13:01:16 +00:00
Renato Botelho
8d9a7eb5e1
Update to 4.7.4
2015-04-23 10:34:56 +00:00
Renato Botelho
bfd46a92ef
Update to 1.7.3
2015-04-23 10:34:39 +00:00
Bartek Rutkowski
5a22f617cd
net/ntp-rc: add CPE info
...
PR: 199621
Submitted by: Shun <shun.fbsd.pr@dropcut.net>
Approved by: portmgr blanket
2015-04-23 07:51:16 +00:00
Bartek Rutkowski
e6be1e4d62
net/ntp-devel: add CPE info
...
PR: 199620
Submitted by: Shun <shun.fbsd.pr@dropcut.net>
Approved by: portmgr blanket
2015-04-23 07:41:24 +00:00
Bartek Rutkowski
886e8fb12d
net/ntp: add CPE info
...
PR: 199619
Submitted by: Shun <shun.fbsd.pr@dropcut.net>
Approved by: portmgr blanket
2015-04-23 06:48:53 +00:00
Dmitry Marakasov
b3f8be8a59
- Add CPE info
...
- Whitespace fix
- Fix WWW
Approved by: portmgr blanket
2015-04-23 00:38:24 +00:00
Dmitry Marakasov
7bf00a233f
- Add CPE info
...
Approved by: portmgr blanket
2015-04-23 00:38:04 +00:00
Ryan Steinmetz
be28f0985a
- Update to 3.0.8
...
PR: 199631
Submitted by: ncrogers@gmail.com
2015-04-23 00:21:23 +00:00
Dmitry Marakasov
3fe9bca3bd
- Fix shebangs
...
MFH: 2015Q2
Approved by: portmgr blanket
2015-04-22 22:57:44 +00:00
Martin Matuska
10f5f95437
Horde package update:
...
security/pear-Horde_Auth 2.1.6 -> 2.1.7
www/pear-Horde_Http 2.1.4 -> 2.1.5
dns/pear-Horde_Idna 1.0.1 -> 1.0.2
graphics/pear-Horde_Image 2.2.0 -> 2.3.0
devel/pear-Horde_Itip 2.0.7 -> 2.1.0
mail/pear-Horde_Mime 2.8.0 -> 2.8.1
mail/pear-Horde_Mime_Viewer 2.0.8 -> 2.1.0
net/pear-Horde_Rpc 2.1.3 -> 2.1.4
devel/pear-Horde_Util 2.5.4 -> 2.5.5
2015-04-22 19:58:46 +00:00
Olivier Duchateau
03a5920190
Update to 1.10.3
...
Changelog: https://github.com/shazow/urllib3/blob/master/CHANGES.rst#1103-2015-04-21
2015-04-22 19:36:54 +00:00
Ryan Steinmetz
16469b1d7c
- Add missing pwdump tool
...
- Fix timeout in updater script
- Silence warnings in updater script
- Fix periodic script
- Fix default directory permissions
- Bump PORTREVISION
2015-04-22 16:07:52 +00:00