1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00
Commit Graph

340155 Commits

Author SHA1 Message Date
Dmitry Marakasov
4909e99362 - Drop .la files, no dependees require them
Approved by:	portmgr blanket
2014-06-26 14:12:21 +00:00
Dmitry Marakasov
eb3001aee0 - Fix plist dependent on options
- Fix dependency on libdbi in rsyslog7

Approved by:	portmgr blanked
Reported by:	Yuriy Korobko <make dot kernel at gmail dot com>
2014-06-26 14:12:09 +00:00
William Grzybowski
6b4df495e5 print/py-pollyreports: support stage
- Use options helper
- Adjust LICENSE
- Use auto plist

Approved by:	portmgr (stage blanket)
2014-06-26 14:09:06 +00:00
Antoine Brodin
af7cc6136e Allow to build with texinfo from ports
With hat:	portmgr
2014-06-26 13:51:14 +00:00
Baptiste Daroussin
0b8e7b7bf9 Add a minimal tool to regenerate GNU info page indexes 2014-06-26 13:34:02 +00:00
MIHIRA Sanpei Yoshiro
ea123b1311 support stage. 2014-06-26 13:31:21 +00:00
Vsevolod Stakhov
5e1f0868b9 Update to 1.3.0.b8.
Changes:
- Fix pkg-backup display issues
- Fix UID changing when looking for upgrade candidates
- Rework integritycheck procedure to use uids
- Improve searching of local and remote packages
- Lazy load of files and dirs for remote packages
- Fix upgrades with UID changed
- Fix actions count in jobs progress display
- Fix serious bug in pkg-repo by moving to socketpairs from pipes
- Detect SOCK_SEQPACKET support and fallback to SOCK_DGRAM (for 8.x)

With hat:	pkg@
2014-06-26 13:30:24 +00:00
Dmitry Sivachenko
a9434ccfb2 Correct OPTIONs usage. 2014-06-26 12:52:48 +00:00
Alexey Dokuchaev
fda46f9f9a - Remove conditional on ${PORT_OPTIONS:MDOCS} and simplify the Makefile
- Offload documentation from pkg-plist into PORTDOCS variable, tighten
  sed(1) regexp, mute MKDIR's; fix spelling and EOL spaces in pkg-descr
2014-06-26 12:38:57 +00:00
Ryan Steinmetz
d55d5c7e95 - Update to 0.1.3 2014-06-26 12:29:26 +00:00
Dmitry Marakasov
f8f87291db - Switch to USES=libtool, drop .la files
Approved by:	portmgr blanket
2014-06-26 12:10:23 +00:00
Dmitry Marakasov
70095a6156 - Switch to USES=libtool, drop .la files
Approved by:	portmgr blanket
2014-06-26 12:10:14 +00:00
Dmitry Marakasov
ff544766a6 - Use new LIB_DEPENDS syntax
- Switch to USES=libtool, drop .la files

Approved by:	portmgr blanket
2014-06-26 12:10:02 +00:00
Dmitry Marakasov
e5e0709be2 - Use new LIB_DEPENDS syntax
- Switch to USES=libtool, drop .la files

Approved by:	portmgr blanket
2014-06-26 12:09:53 +00:00
Sunpoet Po-Chuan Hsieh
61a22ec521 - Update to 20140622
Changes:	https://savannah.gnu.org/forum/forum.php?forum_id=8007
PR:		ports/191400
Submitted by:	Chris Howey <howeyc@gmail.com> (maintainer)
2014-06-26 11:58:50 +00:00
Sunpoet Po-Chuan Hsieh
c6879351ab - Update to 2.2.15
Changes:	https://github.com/Unidata/UDUNITS-2/blob/master/CHANGE_LOG
2014-06-26 11:57:48 +00:00
Sunpoet Po-Chuan Hsieh
3b3c99a6fb - Update to 0.59
Changes:	http://search.cpan.org/dist/Net-OAuth2/Changes
2014-06-26 11:57:42 +00:00
Sunpoet Po-Chuan Hsieh
6bff50c6d4 - Update to 2.18
- Add TEST_DEPENDS

Changes:	http://search.cpan.org/dist/Net-Dict/Changes
2014-06-26 11:57:37 +00:00
Sunpoet Po-Chuan Hsieh
5b1cfdce79 - Update to 0.62
- Add TEST_DEPENDS

Changes:	http://search.cpan.org/dist/Test-Differences/Changes
2014-06-26 11:57:32 +00:00
Sunpoet Po-Chuan Hsieh
8709895c68 - Update to 2.3.0
Changes:	https://github.com/guard/guard-livereload/releases
2014-06-26 11:57:28 +00:00
Sunpoet Po-Chuan Hsieh
afaf70c61b - Update to 1.0.8
Changes:	https://github.com/bdurand/lumberjack/blob/master/CHANGES.txt
2014-06-26 11:57:22 +00:00
Sunpoet Po-Chuan Hsieh
85c477217a - Update to 0.1.0
- Update WWW

Changes:	https://github.com/brightbox/fog-brightbox/blob/master/CHANGELOG.md
2014-06-26 11:57:17 +00:00
Sunpoet Po-Chuan Hsieh
5dab72b590 - Add rubygem-inflecto 0.0.2
This is a standalone inflector ripped out from dm-core The dm-core inflector
originated from extlib The extlib inflecto originated from active_support.

WWW: https://github.com/mbj/inflecto
RG:  https://rubygems.org/gems/inflecto
2014-06-26 11:57:10 +00:00
Sunpoet Po-Chuan Hsieh
f65eec1d1e - Update to 0.19
Changes:	http://search.cpan.org/dist/Moos/Changes
2014-06-26 11:57:04 +00:00
Sunpoet Po-Chuan Hsieh
f29a162f7d - Update to 0.008
Changes:	http://search.cpan.org/dist/ExtUtils-Config/Changes
2014-06-26 11:56:59 +00:00
Sunpoet Po-Chuan Hsieh
7b42743363 - Cosmetic change 2014-06-26 11:56:53 +00:00
Philippe Audeoud
01fc4edc58 - Update to 3.17 2014-06-26 11:38:38 +00:00
Antoine Brodin
f672b8cfe6 Allow to build with texinfo from ports
With hat:	portmgr
2014-06-26 11:02:07 +00:00
John Marino
ea098ec9f3 java/eclipse: Change include <pre>/<post> to <options> 2014-06-26 10:14:56 +00:00
Antoine Brodin
b9afc6377f Allow to build with texinfo from ports
With hat:	portmgr
2014-06-26 09:41:38 +00:00
John Marino
222a0c8885 java/eclipse: Put back Makefile.plugins to unbreak index
At least one port is still using Makefile.plugins.  Put in a placeholder
to unbreak the index.

PR: 188659
2014-06-26 09:22:12 +00:00
John Marino
1fc2c068b4 java/eclipse: Remove troublesome comment completely
Freshports won't update the entry due to choking on the MAVEN_OPTS
comment.  Truthfully the comment is more trouble than it's worth.  First,
it's MVN_OPTS, not MAVEN_OPTS.  Secondly, "+=" is a no-op, so the
definition should be there anyway.  Thirdly, MVN_OPTS is undefined.
Just remove the whole mess.

PR: 188659
2014-06-26 09:13:00 +00:00
John Marino
635115204e java/eclipse: Tweak comment to satisfy freshports sanity check
A space character was missing in a comment that made the freshport
sanity check think it was a bad shell command.
2014-06-26 08:55:08 +00:00
Sofian Brabez
9ddf868f89 - Reset maintainership 2014-06-26 08:53:03 +00:00
John Marino
7a492ac2b5 java/eclipse: Update version 3.7.1 => 4.3.2 and assign maintainer
At long last, eclipse has been updated to the latest release and is now
under the stewardship of Jimmy Kelly.  This version supports OpenJDK8
runtime environments.  A special thanks to Jonathan Chen for getting the
ball rolling after the PR stalled.

PR:		188659
Submitted by:	Jimmy Kelly
Distfiles by:	Jonathan Chen
Verified by:	F10/amd64 poudriere
2014-06-26 08:48:10 +00:00
Antoine Brodin
c0ef6553ab Allow to build with texinfo from ports
With hat:	portmgr
2014-06-26 08:41:34 +00:00
Antoine Brodin
bd2bbe06be Do not hide errors listing info pages in the pkg case
With hat:	portmgr
2014-06-26 08:04:55 +00:00
Oliver Lehmann
9cab2439d2 fix build for FreeBSD 8 2014-06-26 07:56:55 +00:00
Antoine Brodin
79cee04bec Allow to build with texinfo from ports
With hat:	portmgr
2014-06-26 07:32:36 +00:00
Ryan Steinmetz
6294e6933b - Use WITH_OPENSSL_PORT as the conditional for adding libcrypto 2014-06-26 01:24:20 +00:00
William Grzybowski
99efcfed5c x11-wm/ede: update to 2.1
PR:		191378
Submitted by:	tkato432 yahoo com
2014-06-25 23:22:51 +00:00
Antoine Brodin
0a24f48f87 Allow to build info pages with texinfo from ports 2014-06-25 22:34:53 +00:00
Wen Heping
826ab8121d - Update to 2.1.5 2014-06-25 22:31:44 +00:00
John Marino
d0bb72b615 Remove revived port sms_client from MOVED list
Reported by:	bdrewery
2014-06-25 22:30:10 +00:00
Antoine Brodin
2f46ae8c13 Allow to build with texinfo from ports 2014-06-25 22:02:10 +00:00
Antoine Brodin
007823d023 Allow to build with texinfo from ports
With hat:	portmgr
2014-06-25 22:00:49 +00:00
Antoine Brodin
0d66a861d5 Allow to build with texinfo from ports 2014-06-25 21:58:15 +00:00
Antoine Brodin
5acdd31698 Allow to build with texinfo from ports 2014-06-25 21:54:45 +00:00
John Marino
652967646e Revive comms/sms_client with stage support and a new maintainer
This port was removed August 2011 for lack of a public distfile.  It's
been cleaned up and the distfile has a new home.  Pass maintainership
to submitter.

PR:		188971
Submitted by:	Chris Hutchinson
2014-06-25 21:52:43 +00:00
Antoine Brodin
3ee9c91394 Allow to build with texinfo from ports 2014-06-25 21:51:15 +00:00