Max Brazhnikov
4293d7ce2e
Update to version 1.8
...
Add LICENSE info
PR: ports/151685
Submitted by: Pawel Pekala <c0rn at o2.pl>
2010-10-30 15:52:36 +00:00
Max Brazhnikov
1c6d758f75
Add license
...
Add desktop file
Mark MAKE_JOBS_SAFE
Remove md5 sum
PR: ports/151562
Submitted by: Pawel Pekala <c0rna at o2.pl>
2010-10-30 15:51:40 +00:00
Johan van Selst
67cc842e0a
Update xpaint to 2.9.6.4
2010-10-30 15:06:23 +00:00
Johan van Selst
014a5e91df
- Update xshttpd-devel to 3.7 beta/0.18
...
- Add UPDATING entry to note new location of configuration and log files
2010-10-30 14:38:39 +00:00
Frederic Culot
d81f5e9ed6
- Update to 0.13.
...
Changes: http://search.cpan.org/dist/WebService-Google-Reader/Changes
Approved by: wen@ (mentor)
2010-10-30 14:34:30 +00:00
Sunpoet Po-Chuan Hsieh
3d0841a0c2
- Update MAINTAINER address
...
PR: ports/151822
Submitted by: arundel (maintainer)
Approved by: pgollucci (mentor, implicit)
2010-10-30 14:33:55 +00:00
Jun Kuriyama
58c7d6fb6c
- Upgrade to 1.40.
2010-10-30 13:41:46 +00:00
Max Brazhnikov
13a32b8d8c
Pass maintainership to Chris Petrik (previous maintainer)
...
Remove md5 sum
2010-10-30 13:25:14 +00:00
Max Brazhnikov
d07c1c0f23
Fix build on 7.x
...
Remove md5 sum
2010-10-30 13:13:50 +00:00
Jun Kuriyama
38672b42b8
- Upgrade to 0.11.
2010-10-30 12:59:26 +00:00
Jun Kuriyama
76c301cb44
- Upgrade to 0.9951.
2010-10-30 12:59:12 +00:00
Jun Kuriyama
722db58a24
- Upgrade to 0.12.
2010-10-30 12:58:59 +00:00
Jun Kuriyama
146f39e3ce
- Upgrade to 0.05.
2010-10-30 12:58:46 +00:00
Jun Kuriyama
46eb0ccdba
- Upgrade to 0.60.
2010-10-30 12:58:33 +00:00
Jun Kuriyama
9d0e8fd182
- Upgrade to 0.34.
2010-10-30 12:58:21 +00:00
Max Brazhnikov
2ca35b6d34
update to 1.1.0
...
PR: ports/151281
Submitted by: Takefu (maintainer)
2010-10-30 12:47:25 +00:00
Ulrich Spörlein
1c2ac3c651
- Update to 1.10
...
PR: ports/151804
Submitted by: lme
2010-10-30 12:39:04 +00:00
Max Brazhnikov
725ed5ddea
Fix crash
...
Remove md5 sum
PR: ports/151668
Submitted by: Nikos Ntarmos (maintainer)
2010-10-30 11:43:47 +00:00
Sunpoet Po-Chuan Hsieh
63a477b9ea
- Update to 436
...
Changes:
- http://www.greenwoodsoftware.com/less/news.436.html
- http://www.greenwoodsoftware.com/less/old.html
PR: ports/151825
Submitted by: Jason Harris <jharris@widomaker.com> (maintainer)
Approved by: pgollucci (mentor, implicit)
2010-10-30 06:54:29 +00:00
Sunpoet Po-Chuan Hsieh
8809c26c4b
- Respect PREFIX and PGY_DIR
...
- Bump PORTREVISION
- While I'm here, pet portlint for MD5 removal
PR: ports/151797
Submitted by: sunpoet (myself)
Approved by: Darren Pilgrim <darren@bluerosetech.com> (maintainer), pgollucci (mentor, implicit)
2010-10-30 05:52:27 +00:00
Brendan Fabeny
43020d4681
Update to 1.21.7
...
Approved by: makc, miwi (mentors, implicit)
2010-10-30 05:39:04 +00:00
Doug Barton
b12248a2f6
Mention the need to update to portmaster 3.1
2010-10-30 04:49:08 +00:00
Doug Barton
eef8da8289
Update to version 3.1. In addition to the features listed below there are
...
numerous internal reorganizations of various sections of code; and several
informative messages have been updated to be more informative. :)
If you're interested in all the details you can review the svn logs at
http://svn.freebsd.org/viewvc/base/user/dougb/portmaster/
Catch Up With Ports Infrastructure
==================================
1. Switch to using DISTINFO_FILE instead of MD5_FILE
2. Use the SHA256 line from distinfo instead of MD5
3. The BEFOREPORTMK trick no longer works to list MASTER_SITES for all ports
so switch to the slightly slower but more reliable pm_make without it. This
will solve the problem of portmaster not fetching all distfiles in the
background.
4. In the case statement to select the appropriate release for package
fetching glob 9.0-CURRENT to handle snapshots as well.
Various Improvements
====================
1. If we fail, offer a suggestion for a shortcut to restart
2. In messages that refer to the INDEX file, use the variable to make it
clear what we're working with.
3. In dependency_check() be clear when we're using the INDEX
4. Dramatic (9-10 times) speedup in iport_from_origin() by making an
intelligent guess about what director{y|ies] to search in based on
the origin directory name which means we're almost always
looking in either exactly the right directory the first time, or
at worst (such as the py-* ports) a dramatically smaller subset.
5. If using --index-only and neither INDEXDIR nor PORTSDIR are set, set
INDEXDIR to $TMPDIR so that we can proceed. That makes PACKAGES the
only variable the user has to set to use --index-only and --packages-only
with no $PORTSDIR and no ports directory.
Bug Fixes
=========
1. For the determination of LOCALBASE:
a. Don't try to use INDEX if PM_INDEX is not set
b. Give a more meaningful error message
2. Be more careful to check that there is a line for the port in the INDEX
when working --index-only.
3. In the package fetch routine use a better string match to see if we have
already downloaded the directory listing. The previous one worked but would
match too many files for net* and x11*, especially when installing a lot of
ports. So add a '.' to differentiate these.
4. The --clean-packages and --clean-packages-all features were added just
a little too hastily, so overhaul them.
2010-10-30 04:43:43 +00:00
Brendan Fabeny
fcd3b99be6
update to the latest upstream sources
...
Approved by: makc, miwi (mentors, implicit)
2010-10-30 04:38:21 +00:00
Emanuel Haupt
80caaa36eb
- Update to 0.2
...
- Don't need www/p5-HTTP-SimpleLinkChecker anymore
2010-10-29 23:17:46 +00:00
Baptiste Daroussin
f0a4495d8c
Mark as deprecated and set expiration date to 2010-12-30 for unmaintained
...
ports (ports@) that are broken and which seems abandonned upstream and
are broken for long or only build on 6.x which will be unsupported at that
time
2010-10-29 22:24:57 +00:00
Pav Lucistnik
d52a0cfc84
- Exclude from pointyhat, where it hangs-a-lot during build
2010-10-29 22:09:40 +00:00
Pav Lucistnik
e1aeb67946
- Lowercase variable names in rc script
...
Spotted by: dougb@
2010-10-29 21:54:25 +00:00
Pav Lucistnik
85deaf054b
- Does not need DISTNAME either
...
Reported by: amdmi3
2010-10-29 21:43:23 +00:00
Pav Lucistnik
cd576c39b9
- Update to 1.2
...
PR: ports/151667
Submitted by: Matt Dawson <matt@chronos.org.uk> (maintainer)
2010-10-29 21:41:39 +00:00
Maho Nakata
3d94c6ec51
Update to OOO330_m13.
...
Funded by: OpenOffice.org community
2010-10-29 21:27:58 +00:00
Max Brazhnikov
2e5fb460af
Fix build on 6.x
...
Remove md5 sum
2010-10-29 20:15:22 +00:00
Max Brazhnikov
47b15eee3c
Update to 2.1
2010-10-29 18:04:53 +00:00
Max Brazhnikov
59c56f1bbc
Switch to libxul from seamonkey when building with ns plugin (requested by gecko@)
...
Remove stale configure option
Remove md5 sum while here
2010-10-29 18:04:39 +00:00
Henrik Brix Andersen
bb22be5786
- Update to v3.20101023
2010-10-29 17:10:48 +00:00
Erwin Lansing
bc88267d64
Update maintainer address
...
Submitted by: maintainer
2010-10-29 17:04:53 +00:00
Li-Wen Hsu
35b3d12be4
- Update to 0.2.4
2010-10-29 17:00:26 +00:00
Brendan Fabeny
d80099f2ad
Fix plugins build with CC=cc [1]; remove md5 checksums
...
from distinfo
PR: 151430 [1]
Submitted by: Alexander <bas@it-core.org> [1]
Approved by: makc, miwi (mentors, implicit)
2010-10-29 16:34:58 +00:00
Josh Paetzel
f089a91003
Revert commit 1.8 to pkg-plist.
...
Approved by: Oliver Fromme <olli@lurza.secnetix.de>
2010-10-29 16:34:40 +00:00
Henrik Brix Andersen
5b548f191a
- Update to v1.0.22
2010-10-29 16:30:40 +00:00
Henrik Brix Andersen
2ed28905d0
- Update to v1.0.22
...
- Add LICENSE information
- Unbreak, fixing [1]
PR: ports/151579
Submitted by: Lucius Windschuh <lwindschuh@gmail.com>
Approved by: erwin@ (on behalf of perl@) (maintainer)
2010-10-29 16:30:01 +00:00
Henrik Brix Andersen
15026cd0e3
- Update to v1.0.22
...
- Unbreak
- Add LICENSE information
- Fix build issue [1]
PR: ports/151317 [1]
Submitted by: Jilles Tjoelker <jilles@stack.nl>
Approved by: Gea-Suan Lin <gslin@gslin.org> (maintainer)
2010-10-29 16:27:22 +00:00
Henrik Brix Andersen
df5123340c
- Update to v1.0.22
...
- Add LICENSE information
- Update maintainer e-mail address
PR: ports/151782
Submitted by: Jean-Francois Dockes <jf@dockes.org> (maintainer)
Approved by: Jean-Francois Dockes <jf@dockes.org> (maintainer)
2010-10-29 16:23:53 +00:00
Renato Botelho
e6f6d695be
Update to 20101029
2010-10-29 16:22:07 +00:00
Baptiste Daroussin
03bf7f4c95
- Update to 0.44
...
- Changes: http://cpansearch.perl.org/src/SREZIC/Tk-Date-0.44/Changes
2010-10-29 15:47:44 +00:00
Jimmy Olgeni
4be27f4361
Use a more recent flex from ports as suggested by configure.
...
Noticed by: QAT (itetcu)
2010-10-29 14:50:01 +00:00
Baptiste Daroussin
f545968432
- Update to 3.37
...
- Changes: http://cpansearch.perl.org/src/MIROD/XML-Twig-3.37/Changes
2010-10-29 14:21:32 +00:00
Baptiste Daroussin
b1f42a2a67
- Update to 804_029
...
- Changes : http://cpansearch.perl.org/src/SREZIC/Tk-804.029/Changes
2010-10-29 13:51:43 +00:00
Romain Tartière
a17ffc29b8
- Update to 1.4.2.
2010-10-29 13:51:41 +00:00
Baptiste Daroussin
dee3bd1597
- Update to 0.21
...
- Changes http://cpansearch.perl.org/src/PEVANS/FCGI-Async-0.21/Changes
2010-10-29 13:38:51 +00:00