From 2e0a8af3f5967e6a9bf08140457687e1fb40de77 Mon Sep 17 00:00:00 2001 From: miwi Date: Wed, 24 Sep 2008 08:44:08 +0000 Subject: - Update to 3.1 --- math/gmm++/Makefile | 2 +- math/gmm++/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'math/gmm++') diff --git a/math/gmm++/Makefile b/math/gmm++/Makefile index 8a3b0454f021..c32e133b2e40 100644 --- a/math/gmm++/Makefile +++ b/math/gmm++/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gmm++ -PORTVERSION= 3.0.4 +PORTVERSION= 3.1 CATEGORIES= math MASTER_SITES= http://download.gna.org/getfem/stable/ DISTNAME= ${PORTNAME:S/+//g}-${PORTVERSION} diff --git a/math/gmm++/distinfo b/math/gmm++/distinfo index 0da7976e2e47..1e4a91245a23 100644 --- a/math/gmm++/distinfo +++ b/math/gmm++/distinfo @@ -1,3 +1,3 @@ -MD5 (gmm-3.0.4.tar.gz) = 677b6f08012235f956e9d83fb855b96e -SHA256 (gmm-3.0.4.tar.gz) = 6ecae1d1bcf513c9cdedb6ae5979b9af8af90d5961383fbfa3a78ad938b96d46 -SIZE (gmm-3.0.4.tar.gz) = 463087 +MD5 (gmm-3.1.tar.gz) = 5706d23bf3bb6d06d3d7e5889cf8554d +SHA256 (gmm-3.1.tar.gz) = 9c407801c3bf700f44995613b1d310fbdc16d12e229056e9e999b16b5c135eb8 +SIZE (gmm-3.1.tar.gz) = 457070 -- cgit t.cgi/'>index : freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/ftp/proftpd
Commit message (Collapse)AuthorAgeFilesLines
* Update ProFTPd to 1.3.4dmm2013-06-223-16/+4
|
* Fix installation of ports that rely on cp -n for installing files. r245960flo2013-05-051-3/+3
| | | | | | | | | | | changed cp to exit with a non-zero exit code if the file exists and is not overwritten thus causing ports to fail installing when e.g. trying to cp .default -> .conf files that already exist. We just ignore the error and continue, as we used to. Reported by: jaset Approved by: portmgr (bapt)
* Convert from USE_GETTEXT to USES= gettextbapt2013-04-271-8/+4
| | | | | | While here: - Trim some headers - Convert to new options framework
* Fix build with disabled IPv6mm2013-03-092-0/+13
| | | | | Resolved by: Marco Steinbach Reported by: Paul Macdonald
* Update proftpd to 1.3.4cmm2013-03-073-4/+4
|
* Update PCRE to 8.32mm2012-12-111-1/+1
| | | | | Introduces the UTF-32 library pcre32 Bump PORTREVISION in dependent ports
* Update ProFTPd to 1.3.4bmm2012-08-044-38/+13
|
* Unbreak ProFTPD on sparc [1].mm2012-07-173-605/+250
| | | | | | | | Significantly simplify proftpd port options. Slave ports will follow in separate commits. PR: 169644 [1] Submitted by: Dmitry Afanasiev [1]
* 1: Upgrade libmemcached to 1.0.6.vanilla2012-04-141-2/+2
| | | | | 2: bump revision to chase shared library version. 3: drop maintainer
* - chase libmemcached shared library bump 8=>9jgh2012-04-141-1/+1
| | | | Approved by: maintainer (implicit)
* Fix includes/libs if using WITH_PCREmm2012-02-141-0/+2
| | | | | PR: ports/165133 Reported by: Henrik Larsson <freebsd@spambox.dk>
* Bump pcre library dependency due to 8.30 updatemm2012-02-141-1/+2
|
* Fix typo in Makefile - add missing double quotation mark to MOD_WRAP_FILEmm2012-01-291-1/+1
| | | | Reported by: David Froehlich <dfroe@gmx.de>
* Fix typo in pkg-plist and mod_sql_sqlite packing listmm2012-01-272-6/+6
|
* Update to 1.3.4amm2012-01-266-200/+474
| | | | | | Switch to using dynamic modules Autosellect required modules instead of exiting with IGNORE Add slave port infrastructure for building individual modules
* In the rc.d scripts, change assignments to rcvar to use thedougb2012-01-141-1/+1
| | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other.
* Allow build on patched FreeBSD 7.x (FreeBSD-SA-11:07.chroot)mm2012-01-143-3/+37
| | | | | | | WITH_SHAPER requires WITH_CTRLS [1] PR: ports/163941 [1] Reported by: Matthew Pounsett <matt@conundrum.com> [1]
* As of FreeBSD-SA-11:07.chroot, the port now works on both patched andmm2011-12-302-9/+39
| | | | | | | unpatched systems. On unpatched systems chroot automatically fails. FreeBSD-SA-11:07.chroot Add MOD_DYNMASQ
* Apply a patch after FreeBSD-SA-11:07.chroot which addresses an arbitrarydelphij2011-12-242-0/+20
| | | | | | | | | | | code execution vulnerability. Please note that in order to build this the system needs to be patched with FreeBSD-SA-11:07.chroot and the resulting binary also needs to the change because it depends on a new libc API. Feature safe: yes Approved by: portmgr, maintainer (mm)
* Mark as broken on sparc64-9: fails to compile.linimon2011-12-221-0/+4
| | | | Hat: portmgr
* Update to 1.3.3gmm2011-11-112-3/+3
| | | | Feature safe: yes
* Fix distinfo and its creationmm2011-10-062-2/+6
| | | | PR: ports/161305
* Update to 1.3.3fmm2011-10-012-7/+3
|
* Update to 1.3.3emm2011-05-033-25/+3
|
* - Add LICENSE knob(s)mm2011-03-231-0/+3
|
* Fix extraction when using clamav option.wxs2011-01-081-1/+0
| | | | Approved by: mm@ (maintainer)
* - Update to 1.3.3dmm2010-12-242-4/+3
|
* Sync to new bsd.autotools.mkade2010-12-041-1/+1
|
* - Revert to old distinfo and SAVE US FROM THE DOOM!mm2010-12-012-3/+3
| | | | Spotted by: Sergey A. Osokin <osa@FreeBSD.org>
* - Update distfile to match upstream sourcemm2010-12-012-3/+3
| | | | Reported by: Daniel Austin <me@dan.me.uk>
* - Update mod_sql_tds to 4.13mm2010-11-152-4/+5
| | | | | | | - Bump PORTREVISION PR: ports/152078 Submitted by: Patrick Muldoon <doon@inoc.net>
* - Update to 1.3.3cmm2010-11-053-25/+7
| | | | | | | - Update mod_sql_tds to 4.12 [1] PR: ports/151943 [1] Submitted by: Patrick Muldoon <doon@inoc.net>
* - Update to 1.3.3bmm2010-10-292-5/+4
|
* Punt autoconf267->autoconf268ade2010-10-161-1/+1
|
* Autotools update. Read ports/UPDATING 20100915 for details.ade2010-09-161-1/+2
| | | | | Approved by: portmgr (for Mk/bsd.port.mk part) Tested by: Multiple -exp runs
* - Fix version that has gone backwards (DISTVERSION -> PORTVERSION)mm2010-07-061-1/+1
| | | | Feature safe: yes
* - Update to 1.3.3amm2010-07-054-49/+10
| | | | Feature safe: yes
* - Fix mkdir -> mkdir -p in packagemm2010-06-102-2/+2
| | | | - Bump PORTREVISION
* - Enable DSO supportmm2010-06-071-1/+2
| | | | | PR: ports/146740 Submitted by: John Lihtsey <jd@cpanel.net>
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.ade2010-05-311-1/+1
|
* - Remove support for mod_digest (doesnt work with 1.3.3)mm2010-05-161-12/+6
| | | | | | | - Add support for mod_site_misc - Bump PORTREVISION Suggested by: David Ordal <david@ordal.com>
* - Fix breakage on 9-CURRENTmm2010-05-131-0/+53
| | | | | | | - Bump PORTREVISON PR: ports/144439 Reported by: subbsd <subbsd@gmail.com>
* - Create ${localstatedir}/run/proftpd on install [1]mm2010-04-086-2/+62
| | | | | | | | | - Add patches for FreeBSD 8 and 9 [2] - Bump PORTREVISION PR: ports/145253 [1] Submitted by: Svyatoslav Lempert <svyatoslav.lempert@gmail.com> [1] Reported by: Gunnar Beutner <gunnar.beutner@hetzner.de> [2]
* Chase clamav's lib bumpgarga2010-04-061-1/+1
|
* Begin the process of deprecating sysutils/rc_subr bydougb2010-03-271-1/+1
| | | | s#. %%RC_SUBR%%#. /etc/rc.subr#
* - Remove unnecessary sqlite dependency on mod_sftp*mm2010-03-251-3/+0
|
* - Remove etc/proftpd creation from Makefilemm2010-03-252-4/+4
| | | | - Fix directory creation bug in patch-contrib-mod_sftp-Makefile.in
* - Update to 1.3.3mm2010-03-245-68/+177
| | | | | | | | - Add new modules to OPTIONS - Disable HTML documentation by default (new HTMLDOCS knob in OPTIONS) - Disable EXAMPLES and move to HTMLDOCS - Simplify, make portlint more happy - Fix inter-option requires
* - Update to 1.3.2emm2010-03-012-4/+4
| | | | Feature safe: yes
* - Update to 1.3.2d (maintenance)mm2010-02-222-4/+4
| | | | | | PR: ports/144106 Submitted by: Bartlomiej Syryjczyk <guzik@anka.net.pl> Feature safe: yes
* - Update to 1.3.2cmm2010-01-123-6/+7
| | | | - Take maintainership
* - Pull the pidfile path from a central location (the config file)pgollucci2010-01-042-2/+3
| | | | | | | instead of hard coding it again in the rc.d script PR: ports/141945 Submitted by: Danil <desruptorrogue@gmail.com>
* Reset maintainer at his request.linimon2009-12-161-1/+1
| | | | PR: ports/141647
* Reinstate maintainer at his request.linimon2009-12-041-1/+1
|
* Temporarily reassign ports maintained by chris@officialunix.com back tolinimon2009-11-261-1/+1
| | | | | | the pool for the duration of his upcoming move. Requested by: maintainer
* - Update to 1.3.2bwxs2009-10-262-5/+5
| | | | | | | | - Fix whitespace in distinfo PR: ports/139832 Submitted by: Sylvio Cesar <scjamorim@bsd.com.br> Approved by: chris@officialunix.com (maintainer)
* - Rework QUOTA support to fix build breakage.wxs2009-10-171-7/+6
| | | | | Noticed by: Peter Czanik <pczanik@fang.fa.au.hu> Approved by: chris@officialunix.com (maintainer)
* - Fix MYSQL option so it displays correctly with slave port.wxs2009-10-151-13/+31
| | | | | | | | | | | - Handle inter-option dependencies correctly (some would cause build errors). If there are more of these please let me know but I think I tested most configurations. - General cleanups all around. - This also fixes the build failure seen on pointyhat. - None of these change the package in any way so don't bump PORTREVISION. Approved by: chris@officialunix.com (maintainer)
* - Use PLIST_SUB instead of PLIST_FILES in some cases.wxs2009-10-122-7/+22
| | | | | | | - Whitespace fix to pet portlint. PR: ports/138977 Submitted by: Chris Petrik <c.petrik.sosa@gmail.com> (maintainer)
* - Fix clamav extraction.wxs2009-10-111-2/+3
| | | | | PR: ports/139270 Submitted by: Chris Petrik <chris@officialunix.com> (maintainer)
* - Use ?= for CATEGORIES and fix whitespace.wxs2009-09-251-3/+3
| | | | | Submitted by: maintainer, privately Feature safe: yes
* - Update to 1.3.2awxs2009-09-233-15/+21
| | | | | | PR: ports/138977 Submitted by: Chris Petrik <c.petrik.sosa@gmail.com> (maintainer) Feature safe: yes
* - Update mod_sql_tds to 4.11miwi2009-09-202-5/+6
| | | | | | | PR: 13618 Submitted by: Patrick Muldoon <doon@inoc.net> Approved by: maintainer via irc Feature safe: yes
* - Pass maintainership to submittermiwi2009-09-191-1/+1
| | | | | Submitted by: Chris Petrik <chris@officialunix.com> (requested via #bsdports) Feature safe: yes
* Reset beech@FreeBSD.org while he works on restoring his email situation.linimon2009-08-292-4/+1
| | | | Hat: portmgr
* - Update mod_clamav to 0.11rc (which works with new clamav again)pav2009-07-282-9/+9
| | | | Requested by: Daniel Ryslink <daniel.ryslink@firma.volny.cz>
* Fix a few "bad example" problems in the rc.d scripts that have beendougb2009-07-161-2/+2
| | | | | | | | | | | | | | | | | | | | propogated by copy and paste. 1. Primarily the "empty variable" default assignment, which is mostly ${name}_flags="", but fix a few others as well. 2. Where they are not already documented, add the existence of the _flags (or other deleted empties) option to the comments, and in some cases add comments from scratch. 3. Replace things that look like: prefix=%%PREFIX%% command=${prefix}/sbin/foo to just use %%PREFIX%%. In many cases the $prefix variable is only used once, and in some cases it is not used at all. 4. In a few cases remove ${name}_flags from command_args 5. Remove a long-stale comment about putting the port's rc.d script in /etc/rc.d (which is no longer necessary). No PORTREVISION bumps because all of these changes are noops.
* - make MAKE_JOBS_UNSAFEmiwi2009-06-171-0/+1
| | | | | | PR: 135554 Submitted by: pgollucci Approved by: maintainer implicit
* - Bump necessary PORTREVISIONS and fix some ports to new clamav APIgarga2009-03-271-1/+1
|
* - Update to 1.3.2 (stable)beech2009-02-062-10/+9
| | | | | | | - Upgrade proftpd-mod_sql_tds to version 4.9 [1] PR: ports/131429 Submitted by: Patrick Muldoon <doon@inoc.net> [1]
* - Fix distinfobeech2009-01-291-0/+6
|
* - Default ipv6 to on & bump portrevisionbeech2009-01-292-5/+14
|
* - Update to 1.3.2rc4beech2009-01-273-16/+25
| | | | - Fix NLS knob
* - Update mod_sql_tds to 4.8beech2009-01-063-7/+8
| | | | | | | - Bump portrevision PR: ports/130201 Submitted by: Patrick Muldoon <doon@inoc.net>
* - Update third party mod_sql_tds to 4.7beech2008-12-102-8/+8
|
* - Update to 1.3.2rc3beech2008-12-103-195/+5