Commit graph

324561 commits

Author SHA1 Message Date
Antoine Brodin
c29144fec8 - Swith from easy_install to install (and bump PORTREVISION)
- Use PYDISTUTILS_AUTOPLIST
2014-02-09 15:09:54 +00:00
Ruslan Makhmatkhanov
da62a87468 - convert to auto-generated packing list and remove NO_STAGE
- bump PORTREVISION
2014-02-09 15:02:57 +00:00
Cy Schubert
ce2d1db19e Update dmd2-2.064 --> dmd2-2.064.2
Submitted by:	Cristian Ferretti <cristian_ferretti@yahoo.com>
2014-02-09 14:57:10 +00:00
Ruslan Makhmatkhanov
704f2a19ba - update to 1.0a8
- do not use easy_install and convert to auto-generated packing list

while here:
- add LICENSE (BSD4CLAUSE)
- remove indefinite article from COMMENT

PR:		185743
Submitted by:	Eero Hanninen <fax@nohik.ee>
Approved by:	maintainer timeout (3 weeks)
2014-02-09 14:56:36 +00:00
TAKATSU Tomonari
7998e5c876 - Update to 5.1 2014-02-09 14:52:35 +00:00
Emanuel Haupt
98ca221287 Remove superfluous inclusion of bsd.port.options.mk
Notified by:	mat
2014-02-09 14:33:05 +00:00
Munechika SUMIKAWA
a82684a021 Bump PORTREVISION. I forgot to keep the line in last commit. 2014-02-09 14:30:00 +00:00
Ruslan Makhmatkhanov
cb2900bcf5 - make py*-MySQLdb ports actually conflict with each other [1]
while here:
- do not use easy_install and add stage support
- convert to auto-generated packing list
- bump PORTREVISION
- add py-MySQLdb56 port as a slave to py-MySQLdb

PR:		177620 [1] (based on)
Submitted by:	Craig Leres <leres@ee.lbl.gov>
Approved by:	maintainer timeout (10 months)
2014-02-09 14:15:28 +00:00
Martin Matuska
91ec67638e Update php-horde_lz4 to 1.0.2
Fix build with other PHP than 5.4
2014-02-09 14:00:38 +00:00
Ruslan Makhmatkhanov
b20cc2697d - remove patch for python26, that's not in tree anymore
- turn extra-patch for python27 into regular patch and remove corresponding
  logic from Makefile
2014-02-09 13:46:50 +00:00
Kubilay Kocak
68c090e276 devel/py-yaml: Remove redundant bsd.port.options.mk include
Save one extra parse of bsd.port.mk by moving PORT_OPTIONS:MEXAMPLES under
the bsd.port.pre.mk include and removing bsd.port.options.mk.

Reported by:	mat
2014-02-09 13:07:02 +00:00
Alex Kozlov
29659dc918 - Use MAKEFILE variable 2014-02-09 13:00:56 +00:00
Antoine Brodin
6a40b090c5 Fix plist 2014-02-09 13:00:36 +00:00
Julio Merino
0cf8dc6da6 Make devel/shtk install its tests.
This is a proof of concept to showcase the installation of tests into the
new 'tests' top-level subdirectory of /usr/local.  Other ports will follow
later on.

The installation of tests is protected by the already-existing TEST option.

Bump the port revision to 1.

Approved by:	bdrewery
2014-02-09 12:59:07 +00:00
Antoine Brodin
fc44453d4c - Fix plist
- Allow packaging as a regular user
2014-02-09 12:54:55 +00:00
Tijl Coosemans
a8b5d0f5dd - Fix PORTVERSION.
- USES=libtool.
- Replace pre-configure with USE_AUTOTOOLS.
- Remove do-install.
2014-02-09 12:53:39 +00:00
Emanuel Haupt
f339670a45 - Support staging
- Define DOCS
- Use gmake USES macro instead of USE_GMAKE
- Update LICENSE
- Use new LIB_DEPENDS syntax
2014-02-09 12:52:03 +00:00
Antoine Brodin
d6127f34bc Fix plist 2014-02-09 12:46:38 +00:00
Alex Dupre
7439b8c4ff - Update to 5.5.9 release
- Enable FPM by default [2]
- Add support to override configure flags [3]

To users requesting mod_php package, please read this:
https://wiki.apache.org/httpd/PHP-FPM

PR:		ports/185438 [1], ports/186536 [2]
Submitted by:	Ilya Bakulin <webmaster@kibab.com> [1],
		Reinier Schoof <reinier@skoef.nl> [2]
2014-02-09 12:46:09 +00:00
Kubilay Kocak
932e8470e2 devel/py-futures: Update to 2.1.6 & modernise
- Update to 2.1.6
- Update LICENSE (BSD2CLAUSE)
- Deprecate easy_install target

Changes: 2.1.6 - 2013-01-14

 - Fixed a problem with files missing from the source distribution
2014-02-09 12:44:40 +00:00
Kubilay Kocak
23b4d2d5a5 devel/py-pygithub: Update to 1.23.0 & modernise
- Update to 1.23.0
- Deprecate easy_install target
- Remove PYDISTUTILS_PKGNAME, not necessary with AUTOPLIST
- Remove unecessary setup.py patch

Changes:

 * Version 1.23.0 (December 23th, 2013)

  - Fix all that is based on headers in Python 3 (pagination,
    conditional request, rate_limit...)
  - Accept strings for assignees and collaborators
  - Ease two-factor authentication by adding 'onetime_password' to
    AuthenticatedUser.create_authorization

 * Version 1.22.0 (December 15th, 2013)

  - Emojis support
  - Repository.stargazers_count
  - User.get_teams
2014-02-09 12:42:17 +00:00
Antoine Brodin
c0a78e43e5 Unbreak after OPTIONS helper conversion (extra patch was applied when DOCS
was on when it should have been applied when DOCS was off)
With stage, we do not need this patch anymore

Reported by:	pkg-fallout
2014-02-09 12:41:03 +00:00
Antoine Brodin
eed438e1c8 - Fix plist (docs not packaged)
- Switch from easy_install to install
2014-02-09 12:35:36 +00:00
Ruslan Makhmatkhanov
9209f13376 - fix typo in USE_GITHUB value, introduces in my previous commit. It doesn't
affect the fetch at all, just a typo.
2014-02-09 12:34:32 +00:00
Kubilay Kocak
75dd2e018f devel/rebar: Modernise: STAGE, USE_GITHUB
- Enable STAGE support
- Use USE_GITHUB and GH_* friends
- Remove indefinite article from COMMENT
2014-02-09 12:33:06 +00:00
Antoine Brodin
1cff881204 Finish stage support 2014-02-09 12:31:05 +00:00
Alex Kozlov
47e15a367e - Update to 20050705, undeprecate
- Take maintainership
2014-02-09 12:28:47 +00:00
Emanuel Haupt
f3d7a91e20 - Support staging
- Add LICENSE
- Strip binaries
2014-02-09 12:25:56 +00:00
Antoine Brodin
f36ed409ed Fix plist
Reported by:	pkg-fallout
2014-02-09 12:25:12 +00:00
Antoine Brodin
f77a02a546 Finish stage support 2014-02-09 12:21:12 +00:00
Antoine Brodin
059d5b2799 Fix plist 2014-02-09 12:18:54 +00:00
Antoine Brodin
3b37239256 Finish stage support 2014-02-09 12:16:03 +00:00
Antoine Brodin
b8f2b448e7 Finish stage support 2014-02-09 12:13:42 +00:00
Antoine Brodin
b6542e6afe - Finish stage support (man page)
- Shebangfix a perl script
- Remove DOCS conditionals
2014-02-09 12:11:18 +00:00
Antoine Brodin
197477a2c3 Finish stage support 2014-02-09 12:03:20 +00:00
Emanuel Haupt
0332e4b02b Support staging 2014-02-09 11:58:06 +00:00
Kubilay Kocak
26ee0db623 devel/py-yaml: Modernise: STAGE, AUTOPLIST & more
- Enable STAGE support
- Enable AUTOPLIST support, update pkg-plist
- Use PyPi (CHEESESHOP) master site, Geo-CDN backed
- Add LICENSE (MIT)
- Deprecate PYDISTUTILS_PKGNAME, not needed with AUTOPLIST
- Remove PLIST_SUB, not necessary with AUTOPLIST
- Deprecate OPTIONSFILE override
- Deprecate py3k-fix-pkg-plist.inc hack
- Use new LIB_DEPENDS convention
- Makefile: Whitespace alignment
- Bump PORTREVISION

Approved by:	portmgr (blanket)
2014-02-09 11:57:31 +00:00
Antoine Brodin
4494bfc7a3 Add explicit dependency on pkgconf
Reported by:	pkg-fallout
2014-02-09 11:57:11 +00:00
Emanuel Haupt
8f4dd31b79 Support staging use shebangfix and strip binaries. 2014-02-09 11:52:16 +00:00
Antoine Brodin
f669acea30 Finish stage support 2014-02-09 11:50:46 +00:00
Antoine Brodin
56a322f266 - Remove infozip dependency
- Simplify installation using COPYTREE_SHARE
- Replace broken plist generation with PORTDATA=*
2014-02-09 11:47:22 +00:00
Antoine Brodin
7fd3686fd4 Package something 2014-02-09 11:41:41 +00:00
Antoine Brodin
5dddc21a88 Finish stage support 2014-02-09 11:36:39 +00:00
Martin Wilke
022fb166f7 - Stage support 2014-02-09 11:17:43 +00:00
Martin Wilke
8bd739640d - Stage support 2014-02-09 11:17:42 +00:00
Martin Wilke
5a2660e859 - Stage support 2014-02-09 11:17:42 +00:00
Thomas Zander
0d7714b993 - Fix build/install failure (upstream distfile contents have changed)
- Bump PORTREVISION
- Add LICENSE
- Add WWW URL in pkg-descr

PR:		ports/186001
Submitted by:	O. Hartmann <ohartman@zedat.fu-berlin.de> (maintainer)
Approved by:	thierry (mentor)
MFH:		2014Q1
2014-02-09 11:16:12 +00:00
Emanuel Haupt
8305492fd9 Update WWW 2014-02-09 11:13:38 +00:00
Ruslan Makhmatkhanov
b436c7cac8 - remove pkg-plist forgotten in previous commit 2014-02-09 11:12:31 +00:00
Ruslan Makhmatkhanov
508a9eed7c - install port documentation into stagedir uncoditionally and remove inclusion
of bsd.port.options.mk
- unmute docs installation command
- remove no more needed patch
- bump PORTREVISION
2014-02-09 11:11:46 +00:00