1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00
Commit Graph

318351 Commits

Author SHA1 Message Date
Pawel Pekala
46d563f86a - Fix build on -current
- Add LICENSE

PR:		ports/184829
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2013-12-19 19:27:21 +00:00
Pawel Pekala
503235d15c - Fix build with clang
- Support staging

PR:		ports/184828
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2013-12-19 19:16:55 +00:00
William Grzybowski
7a9104fc76 www/py-djangotoolbox: update to 1.6.1
- Update to 1.6.1 [1]
- Allow staging
- Use python auto plist
- Remove leading article from COMMENT
- BSD -> BSD3CLAUSE

PR:		ports/184741 [1]
Submitted by:	maintainer
2013-12-19 19:04:25 +00:00
Pawel Pekala
4c6f5567d8 - Support CC/CFLAGS properly
- Update MASTER_SITES
- Support ncurses
- Convert to staging

PR:		ports/184826
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2013-12-19 19:00:39 +00:00
Danilo Egea Gondolfo
74a6a7b591 - Update from 0.7.11 to 0.7.12
PR:		ports/184835
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2013-12-19 18:47:31 +00:00
Danilo Egea Gondolfo
36d21c3605 - Update from 0.90.2 to 2.5
- Update MASTER_SITES
- Add stage support
- Add desktop entry

PR:		ports/184906
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2013-12-19 18:37:10 +00:00
Pawel Pekala
adb0fd3a7e - Fix build on -current
- Update MASTER_SITES
- Add LICENSE
- Add DESKTOP_ENTRIES
- Support staging

PR:		ports/184825
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2013-12-19 18:36:43 +00:00
Pawel Pekala
408dde95f5 - Update MASTER_SITES and WWW: line
- Fix build on -current
- Add LICENSE
- Support staging

PR:		ports/184824
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2013-12-19 18:04:36 +00:00
Pawel Pekala
5730e29ede - Fix build with clang
- Update MASTER_SITES
- Add LICENSE
- Switch to PLIST_FILES

PR:		ports/184823
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2013-12-19 17:49:36 +00:00
Sergey A. Osokin
a42cefa042 Update third-party lua module from 0.9.2 to 0.9.3. 2013-12-19 17:46:59 +00:00
Sergey A. Osokin
a0324ba1ec Be more correct with openssl on modern FreeBSD10.
Do not bump PORTREVISION cause SPDY module disable by default.
2013-12-19 17:31:04 +00:00
Pawel Pekala
d527536e8f Fix build with clang
PR:		ports/184822
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2013-12-19 17:22:10 +00:00
Pawel Pekala
897dfb93c9 - Fix build with clang
- Add LICENSE

PR:		ports/184821
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2013-12-19 16:59:39 +00:00
Steve Wills
7d9ec6398a - Update to 0.16.4
PR:		ports/180540
Submitted by:	myself
Approved by:	maintainer timeout (tanawts@gmail.com, >5 months)
2013-12-19 16:53:08 +00:00
William Grzybowski
f68f050adf www/py-dojango: fix for django 1.6 and minor fixes
- Fix port to work with django 1.6
- Remove leading article from COMMENT
- Adjust run depends to use package name and version
- Allow staging
- Use python auto plist

Approved by:	maintainer
2013-12-19 16:45:57 +00:00
Pawel Pekala
0fbec82b2e - Fix build with clang
- Add LICENSE
- Support staging

PR:		ports/184820
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2013-12-19 16:17:39 +00:00
Pawel Pekala
e55a37ca1d - Fix build with clang
- Update MASTER_SITES
- Support staging

PR:		ports/184819
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2013-12-19 16:06:34 +00:00
Philip Paeps
90e7b3e6e0 Update to 1.0.6. 2013-12-19 16:01:34 +00:00
Pawel Pekala
ebaa07f40c - Fix build with clang
- Add amd64 to ONLY_FOR_ARCHS
- Add LICENSE
- Support staging

PR:		ports/184817
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2013-12-19 15:55:19 +00:00
Bryan Drewery
46a3d5fb82 - Update to checkin e5f36a7de8
Changes:

  * Package builds are now atomic. They will not update the
    package repository directory until the build finishes.
    This can be disabled with ATOMIC_PACKAGE_REPOSITORY (default yes).
    This will convert the repository to a new format on first build.
    If a build fails, all of the successful packages are retained
    for the next attempt, but the old packages do not get modified.
  * Disabling COMMIT_PACKAGES_ON_FAILURE (default yes) will have it
    not touch the repository if the build fails; the package repository
    will only be updated once a build succeeds.
  * bulk now has a dry run mode (-n). Requires ATOMIC_PACKAGE_REPOSITORY
  * Add KEEP_OLD_PACKAGES which will keep KEEP_OLD_PACKAGES_COUNT
    number of old repositories. This can be useful for rollbacks
    or bisecting. Requires ATOMIC_PACKAGE_REPOSITORY
  * Add RESTRICT_NETWORKING (default yes) which can be used to disable
    the network restrictions outside of 'fetch' phase.
  * Add new PORTTESTING_FATAL (default yes) which can be disabled so that
    failed ports (leftovers) do not cause ports depending on that port to be
    skipped. This is useful for QAT.
  * Fix stage orphans excluding /var/run/PORTNAME
  * Stage orphan fixes for ports using kdeprefix
  * /proc and /compat/linux/proc now excluded for leftovers
  * nmtree fixes for head
  * Misc performance improvements
  * build_fs_violation was broken
  * Poudriere now requires pkg-1.2 in its ports tree
2013-12-19 15:50:10 +00:00
Max Khon
41c49022ab - Update to 1.18.1 [1]
- Convert to stage

PR:		184049 [1]
Submitted by:	Marc Peters
2013-12-19 15:44:05 +00:00
David Naylor
196ead448c Add LICENSE (GPLv2+) to math/R-cran-RSvgDevice and bump PORTREVISION.
- PORTREVISION is bumped as some may reject the license.
2013-12-19 15:37:07 +00:00
Pawel Pekala
3895939876 - Fix build with clang
- Remove leading article from COMMENT
- Convert to new LIB_DEPENDS format
- Support staging

While I'm here use option helpers where possible.

PR:		ports/184816
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2013-12-19 15:34:12 +00:00
David Naylor
dfc3c1b543 Add LICENSE (GPLv2) to x11-themes/kde4-style-oxygen-transparent and bump PORTREVISION.
- PORTREVISION is bumped as some may reject the license.
2013-12-19 15:30:51 +00:00
David Naylor
702d130c26 Add LICENSE (GPLv2) to games/knights-kde4 and bump PORTREVISION.
- PORTREVISION is bumped as some may reject the license.
2013-12-19 15:27:54 +00:00
David Naylor
0fd77b0d74 Introduce sysutils/py-plumbum 1.4.0. 2013-12-19 15:21:49 +00:00
David Naylor
2f70b75023 Move archivers/py-liblzma to using auto-plist.
- Add LICENSE (LGPL3)
 - Bump PORTREVISION as some may reject license
2013-12-19 15:16:59 +00:00
David Naylor
22674eaebe Move x11-toolkits/py-kivy to using auto-plist.
Although this port does not support python>=3, the next release is expected
to do so.
2013-12-19 15:15:56 +00:00
William Grzybowski
13cf75f56e devel/soapui: update to 4.6.3
PR:		ports/184991
Submitted by:	maintainer
2013-12-19 15:11:32 +00:00
William Grzybowski
a033f167d4 devel/py-snackwich: depend on py-snack to build and run
The python portion of devel/newt (which was disabled by default) has been
moved to devel/py-snack.

Submitted by:	maintainer, wg
Approved by:	maintainer
2013-12-19 14:55:32 +00:00
Baptiste Daroussin
afdc465ff0 Import mfh script to merge to the Q branches 2013-12-19 14:43:58 +00:00
Danilo Egea Gondolfo
179858913f - Update from 3.40 to 4.0
- Remove extra tabs
2013-12-19 14:43:27 +00:00
Danilo Egea Gondolfo
6bd2559f84 - Update from 1.4.1 to 1.4.2
Changelog: https://raw.github.com/ansible/ansible/v1.4.2/CHANGELOG.md

PR:		ports/184997
Submitted by:	Nikolai Lifanov <lifanov@mail.lifanov.com> (maintainer)
2013-12-19 14:32:47 +00:00
Pawel Pekala
d70ee3fa27 - Fix build with clang
- Add LICENSE
- Add desktop entry file
- Support staging

PR:		pors/184815
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2013-12-19 14:14:28 +00:00
Pawel Pekala
87d3ab0421 - Fix build with clang
- Add desktop entry file
- Support staging

PR:		ports/184814
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2013-12-19 14:02:50 +00:00
Pawel Pekala
97176d0d81 - Fix build with clang
- Support staging

PR:		ports/184812
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2013-12-19 13:30:13 +00:00
Danilo Egea Gondolfo
dd10db1676 - Update from 2.2 to 2.4
- Add a new mirror to MASTER_SITES
- Add LICENSE
2013-12-19 13:29:36 +00:00
Ryan Steinmetz
5c4b3a6a5f - Update to 3.2.18
- Add 'reload all' support to rc script
2013-12-19 13:27:24 +00:00
Pawel Pekala
f823078f01 Fix build with clang
PR:		ports/184811
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2013-12-19 13:22:16 +00:00
Pawel Pekala
b4793eccaf Convenience tools for manipulating disk images such as ISOs and flash drive
install images.

WWW: http://acadix.biz/diskimage-tools.php

PR:		ports/184600
Submitted by:	Jason Bacon <jwbacon@tds.net>
2013-12-19 12:57:18 +00:00
Danilo Egea Gondolfo
57bc2c57e7 - Update from 1.0 to 1.1
- Add stage support
- Update header
- Add LICENSE

PR:		ports/184948
Submitted by:	Jason Bacon <jwbacon@tds.net> (maintainer)
2013-12-19 12:57:03 +00:00
William Grzybowski
e03d70af09 multimedia/vlc: update to 2.1.2 2013-12-19 12:53:11 +00:00
Danilo Egea Gondolfo
1a414053c7 - Support USE_GITHUB
- Add stage support

PR:		ports/184862
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2013-12-19 12:51:46 +00:00
Danilo Egea Gondolfo
f5903f9bc5 - Support USE_GITHUB
- Improve COMMENT
- Add stage support

PR:		ports/184818
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2013-12-19 12:49:09 +00:00
Pawel Pekala
b88c836301 Update to version 4.2.15
PR:		ports/184660
Submitted by:	maintainer
2013-12-19 12:30:43 +00:00
Pawel Pekala
a14e421950 - Fix build with clang [1]
- Update maintainer email [1]
- Use option helpers

PR:		ports/184683 [1]
Submitted by:	maintainer
2013-12-19 12:22:41 +00:00
Pawel Pekala
fb991eed8e - Update to version 0.3 [1]
- Switch to PKGNAMESUFFIX from LATEST_LINK

* -C option.
* Fix bug in ptree. Ptree shows wrong results when pid of the parent was higher
  than the child pid.

PR:		ports/184717 [1]
Submitted by:	maintainer
2013-12-19 12:07:44 +00:00
Pawel Pekala
2d808b9492 - Update to version 2.0.0
- Convert to staging

PR:		ports/184710
Submitted by:	maintainer
2013-12-19 11:42:26 +00:00
Pawel Pekala
aed743dee4 - Update to version 0.61 [1]
- Remove leading article from COMMENT
- Use option helpers

PR:		ports/184712 [1]
Submitted by:	maintainer
2013-12-19 11:11:34 +00:00
Niclas Zeising
d468eb5b2e Really bump portrevision.
Noticed by:	kwm
2013-12-19 11:04:04 +00:00