Commit graph

11921 commits

Author SHA1 Message Date
Matthew Seaman
0df3512c38 Update to 4.1.1
Routine bugfix update.

ChangeLog:	http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/4.1.1/phpMyAdmin-4.1.1-notes.html/view
2013-12-18 08:00:47 +00:00
Baptiste Daroussin
a5472df6c1 Fix LIB_DEPENDS conversion
Reported by:	truckman
2013-12-17 21:30:56 +00:00
Danilo Egea Gondolfo
6e613615df - Fix a typo in LIB_DEPENDS (s/libmemcached.do/libmemcached.so) [1]
- Add stage support

PR:		ports/184914
Submitted by:	Benjamin Lee <ben@b1c1l1.com> [1]
2013-12-17 18:14:08 +00:00
Alex Dupre
ddac1db817 Update to 5.1.73 release and stagify. 2013-12-17 15:00:17 +00:00
Matthew Seaman
0b5b6ce159 Drop the SUPHP option as the www/suphp port has expired.
General cleanup:

   pkg-install and pkg-deinstall are redundant: it's all handled by
   @exec and @unexec actions in pkg-plist.

PR:		ports/184923
Submitted by:	rene
2013-12-17 13:56:24 +00:00
Alex Dupre
6952860f70 Update to 5.6.15 release and stagify. 2013-12-17 11:25:11 +00:00
Sergey Matveychuk
ef7f559405 - Fix build on 10.x 2013-12-17 11:07:25 +00:00
Alex Dupre
baab9ab9b2 Update to 5.5.35 release and stagify. 2013-12-17 10:18:58 +00:00
Matthias Andree
942de739bc Update to 6.0.20, fixing a wrong LICENSE file.
While at it, re-enable the db185 compatibility interface that some ports use.
2013-12-16 23:49:30 +00:00
Matthias Andree
2d77c0a9c2 Update to 5.3.28, fixing nearly two dozen bugs.
While at it, re-enable the db185 compatibility interface that some ports use.
2013-12-16 23:47:08 +00:00
Matthias Andree
9b3181fd09 Fix/reword BerkeleyDB based UPGRADING, and change DEPRECATION text a bit
so that people don't rush to upgrades yet.
2013-12-16 20:46:12 +00:00
Greg Larkin
43b0eb0cb0 [Errno 11] Resource Temporarily Unavailable
Reassigning my ports back to the pool with the hope of freeing up
to do more FreeBSD work in the future.

Submitted by:	glarkin
2013-12-16 18:24:49 +00:00
William Grzybowski
988d8f0d87 databases/pymongo: allow staging and minor changes
- Allow staging
- Switch from easy_install to install
- Use python auto plist
2013-12-16 11:49:54 +00:00
William Grzybowski
ea91589c5d databases/py-south: switch from easy_install to install 2013-12-16 11:26:24 +00:00
William Grzybowski
7b9110d87c databases/py-sqlobject: update to 1.5.1 2013-12-16 11:09:21 +00:00
William Grzybowski
7e65cc5a7f databases/py-sqlobject: stagify and minor changes
- Allow staging
- Switch distutils from easy_install
- Use auto plist
2013-12-15 20:19:48 +00:00
William Grzybowski
1e34739b64 Use setuptools for all Python ports.
Setuptools is the preferred method to manage Python distributions after
many changes to the packaging ecosystem over the past couple of years.

Only ports using USE_PYDISTUTILS= yes are affected by this commit, ports using
USE_PYDISTUTILS= easy_install remains the same however this usage is now
deprecated and should be converted to USE_PYDISTUTILS= yes.

Some Python distributions do not work with setuptools out of the box because
they extend the install command from distutils and not setuptools, and
so they need to be patched accordingly.

pip (which leverages setuptools) works around the issue by using eggs, however
we want to get rid of those as well, as support for "flat" installation is
unavailable or has other issues associated with it.

This work allows us to unify how python packages are built, ensure that Python
distributions are installed consistently, reduces complexity for Python port
maintainers and paves the way for simplifying the Python ports framework in
the future.

With hat on:	python
Reviewed by:	koobs, antoine
Exp-run:	bdrewery
Approved by:	bdrewery (portmgr)
2013-12-15 16:22:17 +00:00
Andrej Zverev
04df414523 - add stage support
- pet portlint
2013-12-15 08:55:51 +00:00
Kubilay Kocak
147144cac7 databases/py-fdb: Update to 1.4, Set BROKEN on 9+ i386
- Update to 1.4
- Set BROKEN on FreeBSD 9+ i386
- Enable STAGE support
- Enable AUTOPLIST support delete pkg-plist accordingly
- Remove py3k-fix-pkg-plist.inc hack (AUTOPLIST)
- Whitespace alignment

PR:		ports/184357
Submitted by:	Jose jachuf <jjachuf@gmail.com>
2013-12-15 08:37:06 +00:00
Florian Smeets
6fbff9d8da Update to 5.3.28
Security:	47b4e713-6513-11e3-868f-0025905a4771
2013-12-14 23:30:36 +00:00
Matthias Andree
44248d8679 Convert to staging.
Strip debug symbols for installed .so files unless WITH_DEBUG is set.
2013-12-14 09:57:02 +00:00
Marcus von Appen
91bae8a296 - Fix shebang replacement
Reported by:	exp-run (PR 184591)
Approved by:	portmgr (blanket)
2013-12-14 09:14:47 +00:00
Matthias Andree
2953b8bd15 Mark deprecated, for 41/42, add CONFLICTS between crypto/-nocrypto ports. 2013-12-13 23:27:33 +00:00
Baptiste Daroussin
672fa51cf1 All modern compiler can build libdrizzle 2013-12-13 15:01:36 +00:00
Sunpoet Po-Chuan Hsieh
7d04af6d39 - Use %%PERL_ARCH%% instead of mach
- Sort PLIST
2013-12-13 02:02:53 +00:00
Sunpoet Po-Chuan Hsieh
bbb5e00ca7 - Update LICENSE
- Shorten pkg-descr
2013-12-13 00:56:22 +00:00
Matthew Seaman
4cbc7172d6 Update to 4.1.0
With this release, the minimum required version of PHP is now php-5.3,
and the minimum compatible version of MySQL is now mysql-5.5.  See
http://docs.phpmyadmin.net/en/latest/require.html for details.

ChangeLog:	http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/4.1.0/phpMyAdmin-4.1.0-notes.html/view
2013-12-12 22:48:04 +00:00
Sunpoet Po-Chuan Hsieh
c80d295ede - Update to 1.15.0
- Fix make reinstall [1]

Changes:	http://code.google.com/p/leveldb/source/list
Submitted by:	bdrewery (via IRC)
2013-12-11 18:49:13 +00:00
Baptiste Daroussin
b5482324dc In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in databases
2013-12-11 18:08:52 +00:00
Sergey A. Osokin
675a768c78 Upgrade from 2.8.2 to 2.8.3.
Use modern name for dependent libraries.

<ChangeLog>

# UPGRADE URGENCY: MODERATE for Redis, HIGH for Sentinel.

* [FIX] Sentinel instance role sampling fixed, the system is now more
        reliable during failover and when reconfiguring instances with
        non matching configuration.
* [FIX] Inline requests are now handled even when terminated with just LF.
* [FIX] Replication timeout handling greatly improved, now the slave is able
        to ping the master while removing the old data from memory, and while
        loading the new RDB file. This avoid false timeouts sensed by
        masters.
* [FIX] Fixed a replication bug involving 32 bit instances and big datasets
        hard to compress that resulted into more than 2GB of RDB file sent.
* [FIX] Return error for inline requests with unbalanced quotes.
* [FIX] Publish the slave replication offset even when disconnected from the
        master if there is still a cached master instance.

</ChangeLog>
2013-12-11 16:55:27 +00:00
Sunpoet Po-Chuan Hsieh
55aac90309 - Fix USE_PYTHON 2013-12-10 19:54:25 +00:00
Bryan Drewery
77197dd811 - Chase r336083 and bump all ports using NO_ARCH so that users building
their own packages and still on pkg 1.1.4 can upgrade.

With hat:	portmgr
2013-12-10 19:47:42 +00:00
Baptiste Daroussin
4b89f284cf USE_GMAKE -> USES=gmake 2013-12-10 18:13:37 +00:00
Philippe Audeoud
fadf2a52e5 - Support STAGE 2013-12-10 15:56:24 +00:00
Philippe Audeoud
03d0cbf324 - Add missing files for p5-DBD-mysql51, p5-DBD-mysql52, p5-DBD-mysql55 with staging 2013-12-10 15:55:29 +00:00
Antoine Brodin
a8dfb6bee8 - Stage support for all -reference ports
- Nuke NOPORTDOCS, those ports are already IGNOREd with NOPORTDOCS

Approved by:	kwm (maintainer)
2013-12-09 18:41:16 +00:00
Max Brazhnikov
c1f49a4e6b Fix build with clang 2013-12-09 17:34:18 +00:00
John Marino
a9dc382b76 databases/wmjsql: Unbreak on F10, head
Port requires the specified gmake, but "make" was hardcoded and bmake
was used instead.
2013-12-08 23:06:15 +00:00
Matthew Seaman
08f342435d Mark all my architecture independent ports using shell/perl/PHP as
NO_ARCH=yes

While here, fix a few other niggles:

net/phpldapadmin -- remove indefinite article from COMMENT

www/p5-RT* -- fix comments referencing the different versions of RT

x11-fonts/gentium-{basic,plus} -- mention ${STAGEDIR} explicitly in the
  install targets; rework the handling of ${FONTPATH}
2013-12-08 22:38:52 +00:00
William Grzybowski
259339a625 databases/py-firebirdsql: update to 0.8.1
- Update to 0.8.1 [1]
- Allow staging
- Use auto plist

PR:		ports/184598
Submitted by:	maintainer
2013-12-08 21:07:33 +00:00
Pawel Pekala
a5539bf4a1 - Build and install shared library [1]
- Convert to staging

PR:		ports/184537 [1]
Submitted by:	Ralf van der Enden <tremere@cainites.net>
2013-12-08 19:57:27 +00:00
Timur I. Bakeyev
481c38126f Modify do-configure target not to depend from GNU_CONFIGURE 2013-12-08 18:34:35 +00:00
Marcus von Appen
614eb4ca56 - Fix the usage of 'python' to get rid of the implicit lang/python
dependency

Approved by:	portmgr (blanket)
2013-12-08 13:10:57 +00:00
Marcus von Appen
885b528f02 New USES=twisted, to replace the old USE_TWISTED knob.
twisted can be configured with the arguments run or build to replace
the previous USE_TWISTED_RUN and USE_TWISTED_BUILD knobs. The twisted
components can be added as comma-separated arguments. If you previously
wrote
    USE_TWISTED=        yes
    USE_TWISTED=        conch names
    USE_TWISTED_RUN=    yes
you now would write
    USES=       twisted
    USES=       twisted:conch,names
    USES=       twisted:run
2013-12-08 12:04:07 +00:00
Adam Weinberger
47f17df7e4 Support staging
Don't force running the optional regression tests
2013-12-07 17:40:05 +00:00
Mikolaj Golub
62d8542408 - update to 1.8.0
- support staging
- use autoplist

Approved by:	bdrewery (mentor)
2013-12-07 15:01:54 +00:00
Sunpoet Po-Chuan Hsieh
21ea0c72f3 - Update to 3.2.16
- Sort RUN_DEPENDS

Changes:	https://github.com/rails/rails/blob/v3.2.16/activerecord/CHANGELOG.md
2013-12-05 20:27:38 +00:00
Sunpoet Po-Chuan Hsieh
64cfc3adc3 - Update to 3.2.16
- Add LICENSE
- Remove leading indefinite article from COMMENT

Changes:	https://github.com/rails/rails/blob/v3.2.16/activemodel/CHANGELOG.md
2013-12-05 20:27:19 +00:00
Sunpoet Po-Chuan Hsieh
6f25f0845c - Update to 1.2.16
- Simplify Makefile

Changes:	http://trac.xapian.org/wiki/ReleaseOverview/1.2.16
2013-12-05 20:26:23 +00:00
Sunpoet Po-Chuan Hsieh
d9268259cc - Update to 1.2.16.0
Changes:	http://trac.xapian.org/wiki/ReleaseOverview/1.2.16
		http://search.cpan.org/dist/Search-Xapian/Changes
2013-12-05 20:26:18 +00:00