| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Notes:
svn path=/head/; revision=263797
|
|
|
|
|
|
|
|
|
|
|
| |
- While I'm here, pet portlint for MD5 removal
PR: ports/151456
Submitted by: Eric F Crist <ecrist@secure-computing.net>
Approved by: maintainer (timeout 16 days), pgollucci (mentor, implicit)
Notes:
svn path=/head/; revision=263796
|
|
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION
PR: ports/151457
Submitted by: Alexander Milanov <a@amilanov.com>
Approved by: maintainer (timeout 16 days), pgollucci (mentor, implicit)
Notes:
svn path=/head/; revision=263795
|
|
|
|
|
|
|
|
|
|
| |
Add LICENSE info
PR: ports/151685
Submitted by: Pawel Pekala <c0rn at o2.pl>
Notes:
svn path=/head/; revision=263794
|
|
|
|
|
|
|
|
|
|
|
|
| |
Add desktop file
Mark MAKE_JOBS_SAFE
Remove md5 sum
PR: ports/151562
Submitted by: Pawel Pekala <c0rna at o2.pl>
Notes:
svn path=/head/; revision=263793
|
|
|
|
| |
Notes:
svn path=/head/; revision=263792
|
|
|
|
|
|
|
| |
- Add UPDATING entry to note new location of configuration and log files
Notes:
svn path=/head/; revision=263791
|
|
|
|
|
|
|
|
| |
Changes: http://search.cpan.org/dist/WebService-Google-Reader/Changes
Approved by: wen@ (mentor)
Notes:
svn path=/head/; revision=263790
|
|
|
|
|
|
|
|
|
| |
PR: ports/151822
Submitted by: arundel (maintainer)
Approved by: pgollucci (mentor, implicit)
Notes:
svn path=/head/; revision=263789
|
|
|
|
| |
Notes:
svn path=/head/; revision=263788
|
|
|
|
|
|
|
| |
Remove md5 sum
Notes:
svn path=/head/; revision=263787
|
|
|
|
|
|
|
| |
Remove md5 sum
Notes:
svn path=/head/; revision=263786
|
|
|
|
| |
Notes:
svn path=/head/; revision=263785
|
|
|
|
| |
Notes:
svn path=/head/; revision=263784
|
|
|
|
| |
Notes:
svn path=/head/; revision=263783
|
|
|
|
| |
Notes:
svn path=/head/; revision=263782
|
|
|
|
| |
Notes:
svn path=/head/; revision=263781
|
|
|
|
| |
Notes:
svn path=/head/; revision=263780
|
|
|
|
|
|
|
|
| |
PR: ports/151281
Submitted by: Takefu (maintainer)
Notes:
svn path=/head/; revision=263779
|
|
|
|
|
|
|
|
| |
PR: ports/151804
Submitted by: lme
Notes:
svn path=/head/; revision=263778
|
|
|
|
|
|
|
|
|
|
| |
Remove md5 sum
PR: ports/151668
Submitted by: Nikos Ntarmos (maintainer)
Notes:
svn path=/head/; revision=263777
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
Notes:
svn path=/head/; revision=263776
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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)
Notes:
svn path=/head/; revision=263775
|
|
|
|
|
|
|
| |
Approved by: makc, miwi (mentors, implicit)
Notes:
svn path=/head/; revision=263774
|
|
|
|
| |
Notes:
svn path=/head/; revision=263773
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=263772
|
|
|
|
|
|
|
| |
Approved by: makc, miwi (mentors, implicit)
Notes:
svn path=/head/; revision=263771
|
|
|
|
|
|
|
| |
- Don't need www/p5-HTTP-SimpleLinkChecker anymore
Notes:
svn path=/head/; revision=263769
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=263768
|
|
|
|
| |
Notes:
svn path=/head/; revision=263767
|
|
|
|
|
|
|
| |
Spotted by: dougb@
Notes:
svn path=/head/; revision=263766
|
|
|
|
|
|
|
| |
Reported by: amdmi3
Notes:
svn path=/head/; revision=263765
|
|
|
|
|
|
|
|
| |
PR: ports/151667
Submitted by: Matt Dawson <matt@chronos.org.uk> (maintainer)
Notes:
svn path=/head/; revision=263764
|
|
|
|
|
|
|
| |
Funded by: OpenOffice.org community
Notes:
svn path=/head/; revision=263763
|
|
|
|
|
|
|
| |
Remove md5 sum
Notes:
svn path=/head/; revision=263762
|
|
|
|
| |
Notes:
svn path=/head/; revision=263761
|
|
|
|
|
|
|
|
|
|
| |
gecko@)
Remove stale configure option
Remove md5 sum while here
Notes:
svn path=/head/; revision=263760
|
|
|
|
| |
Notes:
svn path=/head/; revision=263759
|
|
|
|
|
|
|
| |
Submitted by: maintainer
Notes:
svn path=/head/; revision=263758
|
|
|
|
| |
Notes:
svn path=/head/; revision=263757
|
|
|
|
|
|
|
|
|
|
|
| |
from distinfo
PR: 151430 [1]
Submitted by: Alexander <bas@it-core.org> [1]
Approved by: makc, miwi (mentors, implicit)
Notes:
svn path=/head/; revision=263756
|
|
|
|
|
|
|
| |
Approved by: Oliver Fromme <olli@lurza.secnetix.de>
Notes:
svn path=/head/; revision=263755
|
|
|
|
| |
Notes:
svn path=/head/; revision=263754
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add LICENSE information
- Unbreak, fixing [1]
PR: ports/151579
Submitted by: Lucius Windschuh <lwindschuh@gmail.com>
Approved by: erwin@ (on behalf of perl@) (maintainer)
Notes:
svn path=/head/; revision=263753
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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)
Notes:
svn path=/head/; revision=263752
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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)
Notes:
svn path=/head/; revision=263751
|
|
|
|
| |
Notes:
svn path=/head/; revision=263750
|
|
|
|
|
|
|
| |
- Changes: http://cpansearch.perl.org/src/SREZIC/Tk-Date-0.44/Changes
Notes:
svn path=/head/; revision=263749
|
|
|
|
|
|
|
| |
Noticed by: QAT (itetcu)
Notes:
svn path=/head/; revision=263748
|
|
|
|
|
|
|
| |
- Changes: http://cpansearch.perl.org/src/MIROD/XML-Twig-3.37/Changes
Notes:
svn path=/head/; revision=263747
|