ajacoutot
1a2ec5dd4e
Update to vtigercrm-5.3.0.
2011-11-12 13:22:29 +00:00
sthen
ab765d1ce8
Fix variable name in MESSAGE, from Olivier Cherrier
2011-11-12 12:07:09 +00:00
robert
7b93035498
update to 15.0.874.120
2011-11-11 22:54:53 +00:00
jeremy
9c4d2b3822
Remove .require_paths from PLISTs from gems that used to use
...
them. After recent updates to the ruby interpreters, these
files are no longer created.
2011-11-09 00:17:37 +00:00
giovanni
7efcf961be
Update to 3.4.7
...
ok kevlo@ (Mantainer)
2011-11-08 13:44:10 +00:00
jasper
321714173e
rename the manpage too.
2011-11-08 12:50:23 +00:00
jasper
01818178f1
- resolve conflict with audio/shorten
2011-11-08 12:48:55 +00:00
giovanni
24a2d32919
Let crontab script recognize php-5.2 and php-5.3 binaries
2011-11-07 11:26:33 +00:00
kili
229d6dcfbf
Update to 1.8.1.
...
ok jasper@
2011-11-06 20:25:50 +00:00
jasper
850de7a127
- update to 1.8.0
...
- Gonzalo L. R. takes maintainership
via laurent@
2011-11-06 20:13:11 +00:00
jasper
1c6e5647b6
- update to phplist-2.10.17
...
fixes SA45495 phpList Multiple Vulnerabilities
2011-11-06 20:10:45 +00:00
rpointel
fcf88ce5c7
Update WebHelpers to 1.3, from Wen Heping (thanks).
2011-11-06 14:36:22 +00:00
jasper
2bc08f44d9
fix tyop in comment
2011-11-02 20:00:58 +00:00
dcoppa
244fd99e4e
link tomcat-7.0.22 to the build
2011-10-31 08:26:42 +00:00
dcoppa
e32e907757
Import tomcat-7.0.22.
...
Tested by shadchin@
Tested & OK ian@
2011-10-31 08:23:38 +00:00
ajacoutot
1c86afc6cd
Sync dependencies after gconf2 lost its dependency to ORBit.
...
This should cover all fallout but there may be some dark corners which I
missed...
2011-10-29 08:12:31 +00:00
robert
4c5f7ff005
unbreak after nspr change and enable vswprintf
2011-10-28 13:17:14 +00:00
robert
01da3deda6
fix after nspr fix and enable vswprintf support
2011-10-28 13:09:26 +00:00
robert
c9af64bb29
unbreak after nspr update and enable vswprintf
2011-10-28 13:01:13 +00:00
robert
1d1f0ea496
update to 15.0.874.102.
...
switch from using the hacked macosx transport dib to the linux one
which uses sysv shms.
make sure you also have a current kernel before using this version
2011-10-27 07:59:08 +00:00
mglocker
3ee843f464
Update to nostromo-1.9.5.
2011-10-26 16:12:08 +00:00
jasper
16f63d689c
Security fixes for SA46551,
...
phpLDAPadmin Cross-Site Scripting and Code Injection Vulnerabilities
2011-10-25 19:07:56 +00:00
espie
636a5c9ac4
CHMOD and CHOWN serve no useful purpose, they're just chown/chmod
2011-10-21 16:23:44 +00:00
giovanni
0b2bc9de92
Update to 1.6
...
new features, security fixes, and many bug fixes and improvements
Full changelog available at:
http://http://piwik.org/changelog/
2011-10-19 16:44:34 +00:00
ajacoutot
6665731a20
Fix LIB_DEPENDS.
2011-10-18 16:09:09 +00:00
jasper
ae69c213b0
- update to 3.2.1
2011-10-18 14:23:14 +00:00
giovanni
0858a90472
Security update to 3.4.6
...
Fixes PMASA-2011-15 and PMASA-2011-16
ok jasper@ who provided the same diff
2011-10-18 08:21:13 +00:00
merdely
8825ecda75
Update Wordpress to 3.2.1.
...
ok jasper@
2011-10-18 00:56:35 +00:00
jasper
9efc417e23
Remove non-functioning and confusing button untill the underlying issue
...
has been addressed.
2011-10-17 16:56:27 +00:00
dcoppa
8ffea42273
Do not hardcode /{etc,var}/tomcat/
...
Fix the host-manager webapp
Fix {v5,v6}/pkg/README-main files
2011-10-17 11:11:46 +00:00
ajacoutot
4a657cda00
WANTLIB.
2011-10-17 06:16:58 +00:00
jasper
9804ccbc45
- update to 4.2.1
2011-10-16 18:29:23 +00:00
ajacoutot
1d0194bd4c
Unbreak by adding missing lang/php MODULE.
...
spotted by naddy@
2011-10-16 18:17:22 +00:00
ajacoutot
f86105f02c
php5 -> php.
2011-10-16 15:20:33 +00:00
ajacoutot
426cf604ed
php5-ldap -> php-ldap.
2011-10-16 15:07:20 +00:00
ajacoutot
6cd8eeb703
Missing RUN_DEPENDS.
...
from wen heping (maintainer)
2011-10-16 14:37:45 +00:00
jasper
cb8fe5ae9b
sync
2011-10-14 16:33:52 +00:00
jasper
3e7b6b9535
import py-requests 0.6.2
...
Requests is an ISC Licensed HTTP library, written in Python, for human
beings.
Requests allow you to send HEAD, GET, POST, PUT, PATCH, and DELETE HTTP
requests. You can add headers, form data, multipart files, and
parameters with simple Python dictionaries, and access the response data
in the same way. It's powered by urllib2, but it does all the hard work
and crazy hacks for you.
fixed regress tests and ok rpointel@
2011-10-14 16:32:54 +00:00
merdely
bbe2caba68
Fix "/etc/rc.d/privoxy stop".
...
Diff from Pascal Stumpf (thanks! sorry it took so long)
"looks ok to me" sthen@
2011-10-14 09:57:51 +00:00
rpointel
120705e9a2
Forgot py-babel to REGRESS_DEPENDS, pointed by fgsch@.
2011-10-14 05:25:03 +00:00
rpointel
2a06812f4a
update mako to 0.5.0, from Wen Heping (thanks).
2011-10-13 21:09:52 +00:00
naddy
03f8db2cc2
remove entries for distfiles that aren't referenced anywhere
2011-10-13 14:38:51 +00:00
jasper
3ada339c0d
forgot to add this.
2011-10-13 13:10:58 +00:00
jasper
ded74a253c
- update to 1.0.8
...
ok william@ (MAINTAINER)
2011-10-13 12:09:57 +00:00
jasper
f4f6959dfa
- update to 3.2.0
...
ok aja@
2011-10-13 06:56:30 +00:00
jasper
92bc618106
- fix WANTLIB/LIB_DEPENDS after webkit update
2011-10-13 06:55:58 +00:00
jasper
bbf94ca379
- update to 0.4.1 (unbreak after recent webkit update)
2011-10-13 06:53:30 +00:00
jasper
99677dd4a0
- update to 1.6.1
...
tested in a bulk on amd64, as well as on sparc64 by myself
macppc testing by pea@
ok aja@
2011-10-13 06:52:49 +00:00
dcoppa
57085a7d06
Bugfixing update to tomcat-5.5.34
2011-10-11 10:41:02 +00:00
sthen
2132e022a6
lighttpd patches;
...
- let HEAD for 0-byte files return the Content-Length, from upstream via Brad
- implement reloads (graceful restart) in rc, from Ben Lovett via Brad
2011-10-09 20:42:33 +00:00
sthen
817de92022
Fix mod_status bug: always showed "0/0" in the "Read" column for uploads.
...
From Brad.
2011-10-07 20:04:39 +00:00
kurt
6a13dc6824
- remove devel/jdk/1.5 and lang/kaffe
...
- adjust java.port.mk for their removal
- bump affected packages
okay jasper@
2011-10-07 13:54:30 +00:00
ajacoutot
b4bf130a1b
Add dependency on lang/php/5.2,-mcrypt so it is preferred instead of the
...
phpLDAPadmin internal implementation.
ok jasper@
2011-10-06 07:54:49 +00:00
jasper
baa887a2ca
- using RUN_DEPENDS=${BUILD_DEPENDS} is verboten, or you'll end up
...
having a runtime dependency on groff, ccache and nonsense like that.
2011-10-05 17:30:57 +00:00
robert
2ea0701574
update to 14.0.835.202
2011-10-05 16:16:44 +00:00
gsoares
a7cdcc1176
SECURITY update to 5.0.3
...
Fix SA46248
ok jasper@, pea@ (maintainer)
2011-10-05 14:42:37 +00:00
fgsch
1450f2352d
update to flask 0.8.
...
from wen heping (wenheping-at-gmail-dot-com)
2011-10-05 08:36:58 +00:00
fgsch
5a84d5c350
Update to Werkzeug 0.8.1. Remove maintainer (djm@) as per his request.
...
ok ex-maintainer.
2011-10-04 09:48:17 +00:00
landry
7ff7b39e6e
Update to firefox-i18n 7.0.1.
2011-10-03 21:29:53 +00:00
landry
f6f9c18a19
Remove PR_LoadLibrary() patches now that nspr contains the fix.
2011-10-03 21:13:02 +00:00
landry
078a479d7c
Update to firefox36 3.6.23. Fixes MFSA 2011-36->40.
2011-10-03 21:09:43 +00:00
landry
ce2a465c37
Update to fennec/firefox mobile 7.0.1.
2011-10-03 21:08:12 +00:00
landry
0cdc912a0a
Update to seamonkey 2.4.1.
2011-10-03 21:07:39 +00:00
landry
8b56e5ea00
Update to firefox 7.0.1.
2011-10-03 21:06:09 +00:00
landry
773d04d085
Ensure mozilla ports depend on nspr 4.8.9p0 with the PR_LoadLibrary()
...
fix so that i can safely remove all the corresponding patches.
2011-10-03 21:04:57 +00:00
fgsch
81b6201ee7
Update to Tempita 0.5.1.
2011-10-03 16:42:03 +00:00
rpointel
656339fd92
Update www/p5-WWW-Mechanize to 1.70.
...
From Wen Heping (thanks).
2011-10-02 13:59:38 +00:00
kili
143758b5a0
Dun't include the bundled dnspython, which causes conflicts. Use
...
net/py-dnspython instead (as a run-dependency).
Drop bogus build-dependency on net/py-dns.
Remvove USE_GROFF=Yes.
With and ok Amit Kulkarni (maintainer)
2011-10-01 20:14:46 +00:00
jasper
6a8b83abeb
sync after recent gnome.port.mk CONFIGURE_ENV changes
2011-09-28 09:47:46 +00:00
sthen
067e210568
${LOCALBASE}/bin/php is no good any more, use MODPHP_BIN
2011-09-27 11:56:47 +00:00
landry
0ec9f96fdd
Update to webkit 1.4.3, no fallout in a bulk. Bump shlib majors as
...
apparently a bunch of funcs were removed/added/protos changed.. sigh.
2011-09-26 20:15:29 +00:00
jasper
ef7f230a14
adjust after vte,gtk2 was merged into regular vte
2011-09-26 14:30:29 +00:00
jasper
1fa8ab4606
- update to 4.2.0
2011-09-25 17:45:38 +00:00
kili
17f7b251ba
+ hs-snap
2011-09-24 19:12:49 +00:00
kili
4536af7348
Update to 0.5.3.1.
...
ok jasper@ jim@
2011-09-24 19:08:45 +00:00
kili
63f9dd0ffa
Snap skeleton project generator and the snap library containing
...
convenience functions and support code for the generator.
ok jasper@ jim@
2011-09-24 19:05:32 +00:00
ajacoutot
5e012d9f81
Tighten LIB_DEPENDS.
2011-09-23 09:08:45 +00:00
ajacoutot
56760fbd6b
Fix dependencies and bump after recent vte switch to FLAVORS and gtk+3
...
support by default.
2011-09-23 08:49:41 +00:00
jasper
e052c731a7
- add missing dependency
2011-09-21 16:25:12 +00:00
nigel
35c87823ef
Backport from upstream
...
https://bugzilla.mozilla.org/show_bug.cgi?id=681026
https://hg.mozilla.org/mozilla-central/rev/bb708067dd57
enigmail v.1.3 updated to v.1.3.2
ok landry@ (maintainer)
2011-09-21 14:34:27 +00:00
dcoppa
b8bd3aec24
Bugfix: when the uri is a "file://" uri, just play it directly
...
(upstream svn revision r476)
2011-09-21 14:19:16 +00:00
jasper
aeeb0e483e
- update to 4.1.92
2011-09-21 13:27:11 +00:00
ajacoutot
10bd1440b4
Fix building with glib2 >= 2.29.
2011-09-21 08:08:56 +00:00
giovanni
a6ea925cdc
Drop maintainership and bump
2011-09-21 07:49:15 +00:00
jasper
ce57eca3b4
CONFIGURE_SHARED is now implied by gnome.port.mk, so no need to make it explicit anymore.
2011-09-20 21:04:24 +00:00
jasper
9fe4b0f440
switch to MODGNOME_TOOLS
2011-09-20 20:51:51 +00:00
sthen
916a6316d8
take maintainer
2011-09-20 19:34:59 +00:00
kili
d654307f25
Remove brad as maintainer (per his request) and bump.
2011-09-20 19:32:54 +00:00
gsoares
cf4598829d
update www/phpldapadmin to the latest version, 1.2.1.1
...
ok jasper@
2011-09-20 13:55:12 +00:00
fgsch
e413639e79
Update to Jinja2 2.6.
...
ok djm@ (maintainer).
2011-09-20 07:24:03 +00:00
robert
154c88a827
update to 14.0.835.163
2011-09-19 08:55:26 +00:00
ajacoutot
cd85fda6d2
Use MODXFCE_DESKTOP_FILE.
2011-09-19 08:23:05 +00:00
ajacoutot
9a1709aaf0
DESKTOP_FILES => MODGNOME_DESKTOP_FILE, like it should always have been.
...
discussed with and ok jasper@
2011-09-19 07:39:05 +00:00
landry
3274a9991a
Die die old horrible unmaintained piece of code. Too much bad memories
...
in there.
prodded by aja@
2011-09-18 22:44:18 +00:00
fgsch
2d7492f2c5
Update to WebTest 1.3.
...
From Wen Heping (wenheping-at-gmail-dot-com).
2011-09-18 18:21:23 +00:00
fgsch
2e7ecebeec
Update to WebOb 1.1.1.
...
Based on a diff from Wen Heping (wenheping-at-gmail-dot-com) to ports@
2011-09-18 17:58:07 +00:00
jakob
7cb3dcd8d5
bump revision (maintainer dropped)
2011-09-17 18:05:00 +00:00
jakob
7a856e77a4
drop maintainer
2011-09-17 17:46:35 +00:00
sthen
c55dec9048
Better @exec-update lines; don't produce an error with pkg_add updates
...
if the module is installed but not activated. From Mikolaj Kucharski with
help from halex@, looks good to halex.
2011-09-17 10:29:43 +00:00
nigel
06c797499d
Update version to 1.5
...
ok sthen@, aja@
2011-09-16 18:08:06 +00:00
naddy
d234fdd40e
don't error our on harmless gcc3 warning; don't override CFLAGS
2011-09-16 13:35:49 +00:00
gsoares
974247e480
update to 3.4.5; fixes security issues: PMASA-2011-14
...
OK kevlo(maintainer)
2011-09-16 13:30:22 +00:00
espie
58fffade54
normalize pkgpath
2011-09-16 12:00:05 +00:00
naddy
1e2bbe8777
bump all (sub)packages that depend on db/v4; requested by and help from espie@
2011-09-12 18:02:34 +00:00
jasper
ad2a9c291c
switch the rest of the ports using gnome.port.mk over to .tar.xz where applicable.
2011-09-12 12:07:24 +00:00
dcoppa
ca6597e812
Fix return value for the CURLGetURLNotify function (upstream svn r473)
2011-09-12 08:27:38 +00:00
ajacoutot
32563635a5
Start the GNOME3 merge armageddon... breakage expected.
2011-09-12 07:26:18 +00:00
landry
84d043bcbb
Add missing p5-libapreq to RUN_DEPENDS, from Mikolaj Kucharski.
...
Looks ok to MAINTAINER.
2011-09-11 10:23:19 +00:00
ajacoutot
1a8d4ec819
Remove tansproxy. It's not needed anymore (PF "route-to" works perfect
...
for that purpose).
ok sthen@
2011-09-10 06:16:51 +00:00
dcoppa
9593b904cf
Bugfixing update to tomcat 6.0.33
2011-09-09 10:10:52 +00:00
ajacoutot
adfd7f6996
Fix build fix cups >=1.5.
2011-09-08 10:34:25 +00:00
sthen
0f184805fa
update to nag 2.3.7, last horde3 version
2011-09-06 20:09:27 +00:00
sthen
b7b5666f54
update to mnemo 2.2.5, last horde3 version
2011-09-06 20:09:25 +00:00
sthen
5e5d8bad5b
update to ingo 1.1.4, last horde3 version
2011-09-06 20:09:22 +00:00
sthen
2f08dde4f8
update to turba 2.3.6, last horde3 version
2011-09-06 20:09:20 +00:00
sthen
944b8fd069
update to kronolith 2.3.6, last horde3 version
2011-09-06 20:09:18 +00:00
sthen
72884e44e0
update to dimp 1.1.7, last horde3 version
2011-09-06 20:09:16 +00:00
sthen
3c2a5efef1
update to mimp 1.1.4, last horde3 version
2011-09-06 20:09:14 +00:00
sthen
7835040129
update to imp 4.3.10, last horde3 version
2011-09-06 20:09:12 +00:00
sthen
3dc07f9e6e
update to horde 3.3.12, last horde3 version
2011-09-06 20:09:09 +00:00
landry
726a0e7b6f
Bump REVISION after nss dependency change.
2011-09-06 19:47:03 +00:00
landry
fe25ce8368
Security update to fennec 6.0.2.
2011-09-06 19:45:34 +00:00
landry
3eac6867ac
Security update to firefox 3.6.22.
2011-09-06 19:43:50 +00:00
landry
8866d45ff5
Security update to seamonkey 2.3.3.
2011-09-06 19:43:21 +00:00
landry
270deaf81c
Update to firefox-i18n 6.0.2
2011-09-06 19:42:25 +00:00
landry
6b9caf2a62
Security update to firefox 6.0.2.
...
While here, rewrite DESCR (prompted by a mail from J. Scott Heppler)
2011-09-06 19:41:59 +00:00
landry
50863390c3
Ensure mozilla ports depend on nss 3.12.11p0.
2011-09-06 19:40:24 +00:00
sthen
5b9d7d9e95
fixes from lighttpd upstream via Brad (maintainer)
...
- Add static-file.disable-pathinfo option to prevent handling of
urls like .../secret.php/image.jpg as static file.
- Don't overwrite 401 (auth required) with 501 (unknown method).
2011-09-06 08:49:51 +00:00
william
98a9fa7651
Long overdue update to nginx-1.0.5
...
Includes the manpage diff to remove a nonexistent Xr that was suggested
by jirib on ports@ ages ago
ok rpointel jasper jeremy (passenger FLAVOR)
thanks very much to the okayers for testing multiple diffs
I never got around to committing.
2011-09-06 00:54:47 +00:00
landry
175b131404
Remove clearsilver,python subdir since the flavors were transformed to
...
multi-packages.
2011-09-05 20:43:02 +00:00
okan
f0500b85b9
switch from flavors to multi-packages (-main, -perl, -python), triggered
...
by a side-note from sthen. take maintainership.
feedback and ok sthen, ok markus (previous maintainer)
2011-09-05 17:12:35 +00:00
giovanni
946085d0d3
Fix kerberos helper, spotted and fixed by Andrea Parazzini
2011-09-05 07:18:41 +00:00
robert
40a9de8641
update to 13.0.782.220
2011-09-04 20:44:47 +00:00
giovanni
8ecb2ff1c7
Update to latest version, fixes CVE-2011-3192
...
ok fkr@
2011-09-01 13:40:09 +00:00
robert
7fbe6fea27
update to 13.0.782.218
2011-08-31 13:50:42 +00:00
ajacoutot
3d41599807
Minor update to gtkhtml4-4.0.2.
2011-08-31 09:20:59 +00:00
kili
f8940a5ee7
Update to xxxterm-1.518.
...
ok laurent@ (maintainer), marco@
2011-08-30 18:13:41 +00:00
jasper
fa7be240b1
- bump REVISION after recent java.port.mk change
2011-08-30 17:16:35 +00:00
jasper
3278151891
- update to 3.4.4, fixes PMASA-2011-13
...
maintainer kevlo@ timed-out
2011-08-30 15:04:41 +00:00
gsoares
c000349cce
update to 1.500
...
OK jasper@ sthen@
'reads okay' laurent@ (MAINTAINER)
2011-08-26 14:31:47 +00:00
rpointel
d2339b4eb0
Update aria2 to 1.12.1. ok jasper@.
2011-08-26 09:42:42 +00:00
jasper
5cffcbff61
- update to 0.713
...
from wen heping
2011-08-26 09:22:06 +00:00
jasper
6f9eb26fa8
- update to 0.32
...
* adds fmt 38 sufix
from mikolaj kucharski (MAINTAINER)
2011-08-26 09:03:13 +00:00
sthen
3c594e3ee9
lighttpd bugfix: Limit amount of bytes we send in one go; fixes stalling in one
...
connection and timeouts on slow systems. From upstream via Brad (maintainer)
2011-08-24 21:28:09 +00:00
jasper
314c700148
add a comment for previous commit
2011-08-24 17:44:27 +00:00
landry
a0e8e3e6be
Minor update to seamonkey 2.3.1, which is 2.3 plus patches for #664095
...
and #671466 .
2011-08-24 17:27:05 +00:00
jasper
96287588a2
Fix build on mips64*
...
ok rpointel@ (MAINTAINER)
2011-08-24 10:39:35 +00:00
landry
26b9da7c90
Use MOZILLA_DIST/MOZILLA_DIST_VERSION where appropriate, remove
...
MASTER_SITES & DISTNAME (they're now properly set by the module).
Bump REVISION where HOMEPAGE changes.
2011-08-24 06:22:19 +00:00
landry
932072587f
s/_MOZ_PROJECT_SHORT/MOZILLA_PROJECT/ when installing desktop file.
2011-08-24 06:19:50 +00:00
landry
0521371f4a
Various cleanups :
...
- garbage collect _MOZ_PROJECT_SHORT, it's useless since the
mozilla-{firefox,thunderbird} rename to {firefox,thunderbird}
- introduce MOZILLA_DIST & MOZILLA_DIST_VERSION (defaulting to
MOZILLA_PROJECT/MOZILLA_VERSION) to properly set
DISTNAME/MASTER_SITES/HOMEPAGE for ports like firefox{35,36},
xulrunner and sunbird.
2011-08-24 06:16:48 +00:00