Dmitry Marakasov
6811dcd32c
- Update to 0.4.10.4
2014-11-25 01:17:40 +00:00
Dmitry Marakasov
1b047ae1dd
- Update to 0.4.10.4
...
- Use @sample
2014-11-25 01:17:32 +00:00
Jung-uk Kim
6bd8b4d7d0
- Update to 4.3.20.
...
- Fix MANUAL option. [1]
PR: 195272 [1]
2014-11-25 00:40:17 +00:00
Danilo Egea Gondolfo
72499a985f
- Update to 0.6.3
...
PR: 195337
Submitted by: C Hutchinson <portmaster@bsdforge.com> (maintainer)
2014-11-25 00:21:43 +00:00
Dmitry Marakasov
0fc8a0e545
- Update to 2.0.31
...
PR: 194943
Submitted by: trebbu@googlemail.com
2014-11-24 23:56:32 +00:00
Dmitry Marakasov
727437c678
- Update devel/ode to 0.13
...
- Bump dependent ports
PR: 193086
Submitted by: pfg
Approved by: maintainer timeout (acm, almost 3 months)
2014-11-24 23:53:00 +00:00
Dmitry Marakasov
dade8ed37c
- Simplify manpage installation
...
- Remove unused Makefile statements
- Strip libraries
2014-11-24 23:48:19 +00:00
Dmitry Marakasov
c30b1b80de
- Remove bundled ode to not mix up header files with system ode
...
- Fix broken text rendering
2014-11-24 23:46:54 +00:00
Dmitry Marakasov
f8e25ab59e
- Clarify LICENSE
...
- Add LICENSE_FILE
- Fix UB caused by absent return statements which leads to crashes on 10.0+
- Drop @dirrm* from plist
2014-11-24 23:45:29 +00:00
Sunpoet Po-Chuan Hsieh
2756f83f4b
- Convert to new options helper
2014-11-24 23:07:17 +00:00
Antoine Brodin
efc5cc0e55
Cleanup plist
2014-11-24 22:35:08 +00:00
Jung-uk Kim
d4c36759da
Update to 0.1.1.
2014-11-24 22:17:41 +00:00
Jung-uk Kim
cc0a3af520
Update to 0.11.1.
2014-11-24 22:03:40 +00:00
Sunpoet Po-Chuan Hsieh
e33e80ae68
- Fix *_DEPENDS: parent 0.225+ is already in all supported Perl releases
...
- Bump PORTREVISION for dependency change
2014-11-24 22:01:04 +00:00
Sunpoet Po-Chuan Hsieh
7756ccb4e0
- Fix *_DEPENDS
2014-11-24 21:19:56 +00:00
Sunpoet Po-Chuan Hsieh
fef0cfb2d3
- Add LICENSE
...
- Use TEST_DEPENDS
2014-11-24 21:12:05 +00:00
Steven Kreuzer
1b5f2d72e9
Update to version 0.8.8c
2014-11-24 21:05:02 +00:00
Alex Kozlov
049d918dea
- Update to 2.11a
...
- Update MASTER_SITES
2014-11-24 20:45:28 +00:00
Dmitry Marakasov
04df7b0a7b
- Simplify MASTER_SITES
...
- Clarify LICENSE
- Add LICENSE_FILE
- Drop @dirrm* from plist
2014-11-24 20:28:54 +00:00
John Marino
9d395638d7
emulators/linux_base-f10: Add fallback mirror
...
PR: 195087
Submitted by: Jan Beich
Approved by: Just Fix it
2014-11-24 20:27:15 +00:00
Dmitry Marakasov
4289cac4fd
- Simplify MASTER_SITES
...
- Drop @dirrm* from plist
2014-11-24 20:25:50 +00:00
Dmitry Marakasov
cefbacb9d5
- Simplify MASTER_SITES
...
- Add LICENSE
- Drop @dirrm* from plist
2014-11-24 20:25:39 +00:00
Dmitry Marakasov
26b228f968
- Drop @dirrm* from plist
2014-11-24 20:25:07 +00:00
Antoine Brodin
487ae63048
Cleanup plist
2014-11-24 20:21:59 +00:00
John Marino
ee2d24fa8f
sysutils/linux-nero: Unbreak by fixing fetch (new master site)
...
PR: 195159
Submitted by: Jan Beich
Approved by: Just fix it
2014-11-24 20:18:36 +00:00
Bryan Drewery
d45f048e25
- Fix build for SNMP
...
PR: 195344
Submitted by: SASAKI Katuhiro <crest@sahiro.org>
2014-11-24 19:44:39 +00:00
Kurt Jaeger
d01cf92f87
x11-servers/Xfstt: 1.6 -> 1.9.1
...
new master site and:
1.9.1 (2014-09-27)
Bump gettext dependency to 0.18.2.
Bump automake version to 1.11.
Switch from gzip to xz for distribution tarballs.
Update upstream project URLs to the new site.
1.9 (2012-05-02)
Fix file descriptor leaks.
Fix directory resource leaks and segfaults on opening errors.
Reset the umask before creating the temporary directory.
Rewrite showttf to use XCB instead of X11.
1.8 (2010-11-09)
Remove the obsolete --multi option.
Bump gettext dependency to 0.18.
Use --previous in msgmerge to help translators.
Blank unused fields of the fsError struct when sending an error.
Fix segfaults on font open errors (thanks to Edward Welbourne).
Handle mmap failures which might end up as segfaults otherwise.
Fix crashes with fortify support when:
Listing fonts (thanks to Erik Devriendt).
Setting info file magic and type fields (thanks to Niall Creech).
Fix segfault on fonts with unknown cmap format.
Add SIGHUP handler to re-sync fonts cache.
Do not hardcode any path component in the man page.
Code cleanup:
Fixed several compiler warnings.
Constify types.
Refactor client state into a new struct.
Refactor font protocol error reply handling.
Remove unused or duped includes.
Switch more C 'char *' strings to C++ strings.
Use C++ algorithm instead of custom code.
Always include "config.h" first.
Use <stdint.h> instead of our own types.
Build system cleanup:
Detect system endianness at build time.
Enable silent rules by default if support is available.
Do not use AM_MAINTAINER_MODE.
Make X11 usage selectable at configure time (new '--with-x11').
Always build (but not install) extra tools.
Use pkg-config to get fontsproto and x11 module flags.
Fix 'make distcheck'.
1.7 (2005-11-30)
Made gettext external.
Use autoreconf instead of 'autogen.sh'.
Changed mail address.
Generate the manpage at build time, to use variable paths and version.
Remove win32 obsolete code.
Use new error, warning and info functions.
Changed some data types names.
Fix hyphen used as minus sign in manpage.
Fix build failure on Irix with gcc 3.2 (thanks to Dirk Tilger).
Add IPv6 support.
Update FSF's address.
PR: 194968
Submitted by: C.Hutchinson <portmaster@bsdforge.com>
2014-11-24 19:40:37 +00:00
Sunpoet Po-Chuan Hsieh
e79a90e836
- Fix typo
...
Notified by: adamw
2014-11-24 19:35:10 +00:00
Bartek Rutkowski
6485bcdfea
sysutils/syslinux: update 6.02 -> 6.03
...
PR: 194642
Submitted by: Uffe Jakobsen <uffe@uffe.org>
2014-11-24 19:21:43 +00:00
Hiroki Sato
1706b015b7
Fix krb5-config.
2014-11-24 19:21:20 +00:00
Danilo Egea Gondolfo
2ed3d13493
- Update to 0.4.0
...
PR: 195338
Submitted by: Thomas Hurst <tom@hur.st> (maintainer)
2014-11-24 19:15:53 +00:00
Sunpoet Po-Chuan Hsieh
3cad2966c9
- Add rubygem-fog-voxel 0.0.1
...
Fog::Voxel is a module for the fog gem to support Voxel.
WWW: https://github.com/fog/fog-voxel
RG: https://rubygems.org/gems/fog-voxel
2014-11-24 19:11:18 +00:00
Sunpoet Po-Chuan Hsieh
aab6e8bc60
- Add rubygem-fog-terremark 0.0.3
...
Fog::Terremark is a module for the fog gem to support Terremark vCloud.
WWW: https://github.com/fog/fog-terremark
RG: https://rubygems.org/gems/fog-terremark
2014-11-24 19:10:44 +00:00
Sunpoet Po-Chuan Hsieh
3b07745a57
- Connect rubygem-fog-profitbricks and rubygem-fog-sakuracloud
2014-11-24 19:09:49 +00:00
Sunpoet Po-Chuan Hsieh
cddda296a0
- Update to 0.3.24
...
Changes: https://github.com/fog/fog-softlayer/blob/master/CHANGELOG.md
https://github.com/fog/fog-softlayer/commits/master
2014-11-24 19:09:05 +00:00
Sunpoet Po-Chuan Hsieh
20d6082b23
- Add rubygem-fog-sakuracloud 0.1.1
...
Fog::Sakuracloud is a module for the fog gem that allows you to manage resources
in the Sakura no Cloud.
WWW: https://github.com/fog/fog-sakuracloud
RG: https://rubygems.org/gems/fog-sakuracloud
2014-11-24 19:08:45 +00:00
Sunpoet Po-Chuan Hsieh
6848b973c5
- Add rubygem-fog-radosgw 0.0.3
...
Fog::Radosgw is a fog backend for provisioning Ceph Radosgw - the Swift and S3
compatible REST API for Ceph. Currently, the gem only supports the S3 API, not
Swift.
WWW: https://github.com/fog/fog-radosgw
RG: https://rubygems.org/gems/fog-radosgw
2014-11-24 19:08:39 +00:00
Sunpoet Po-Chuan Hsieh
2b81fe806e
- Add rubygem-fog-profitbricks 0.0.1
...
Fog::profitbricks is a module for the fog gem to support ProfitBricks.
WWW: https://github.com/fog/fog-profitbricks
RG: https://rubygems.org/gems/fog-profitbricks
2014-11-24 19:06:45 +00:00
Sunpoet Po-Chuan Hsieh
07c644c73d
- Add rubygem-fog-xml 0.1.1
...
Fog::Xml provides shared XML related functionality for fog.
WWW: https://github.com/fog/fog-xml
RG: https://rubygems.org/gems/fog-xml
2014-11-24 19:06:33 +00:00
Sunpoet Po-Chuan Hsieh
f27556f771
- Use PREFIX/SITE_ARCH_REL because SITE_ARCH is LOCALBASE-based
...
Notified by: mat
2014-11-24 19:04:09 +00:00
Alex Kozlov
8e5feeef5b
- Update to 4.0, unbreak
...
PR: 194877
Approved by: maintainer timeout (2 weeks)
2014-11-24 19:04:06 +00:00
Sunpoet Po-Chuan Hsieh
322f024af4
- Update to 7.39.0
...
Changes: http://curl.haxx.se/changes.html
2014-11-24 18:54:17 +00:00
Chris Rees
725b2295fc
Allow use of reload rc command
...
PR: ports/195341
Submitted by: joshruehlig@gmail.com
2014-11-24 18:51:26 +00:00
Alex Kozlov
b905046ff4
- Doesn't support Bugzilla bugtracker
2014-11-24 18:50:04 +00:00
Rene Ladan
9baf6a6bd1
Reomove expired port:
...
2014-11-24 www/chimera: Abandonware (last update in 1997), restrictive license
2014-11-24 18:49:26 +00:00
Chris Rees
f9b0c7eb41
Apparently USES doesn't work properly after bsd.port.pre.mk
2014-11-24 18:45:16 +00:00
Sunpoet Po-Chuan Hsieh
8b5ee2ab9b
- Update to 4.0.1
...
- Update CONFLICTS_INSTALL
- Update Makefile
- Update PKGMESSAGE
Changes: https://de.wordpress.org/2014/11/20/wordpress-4-0-1-sicherheits-update/
https://de.wordpress.org/2014/09/04/wordpress-4-0-benny/
MFH: 2014Q4
2014-11-24 18:33:06 +00:00
Sunpoet Po-Chuan Hsieh
7f16269960
- While I'm here, update to 4.0.1
...
Changes: https://cn.wordpress.org/2014/11/21/wordpress-4-0-1/
https://cn.wordpress.org/2014/09/05/benny/
PR: ports/194932
Submitted by: Joe Horn <joehorn@gmail.com> (maintainer)
MFH: 2014Q4
2014-11-24 18:33:02 +00:00
Sunpoet Po-Chuan Hsieh
a92cf65240
- While I'm here, update to 4.0.1
...
Changes: https://tw.wordpress.org/2014/11/21/wordpress-4-0-1/
https://tw.wordpress.org/2014/09/05/benny/
PR: ports/194931
Submitted by: Joe Horn <joehorn@gmail.com> (maintainer)
MFH: 2014Q4
2014-11-24 18:32:57 +00:00
Sunpoet Po-Chuan Hsieh
62536df316
- While I'm here, update to 4.0.1
...
- Update CONFLICTS_INSTALL
Changes: https://ja.wordpress.org/2014/11/21/wordpress-4-0-1-security-release/
https://ja.wordpress.org/2014/09/05/benny/
PR: ports/194918
Submitted by: Takefu <takefu@airport.fm>
Approved by: Joe Horn <joehorn@gmail.com> (maintainer)
MFH: 2014Q4
2014-11-24 18:32:52 +00:00