| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
PR: 179592
Submitted by: Ports Fury
|
| |
|
|
|
|
| |
- Fix fetching
|
|
|
|
|
| |
- Trim header
- Use USE_GITHUB for fetching
|
|
|
|
|
|
|
|
| |
various ports that I've created.
I bid fond fare well
A chapter closes for me
What opens for you?
|
|
|
|
| |
Reminded by: bsam
|
|
|
|
| |
Thanks for the pointer: bryan@shatow.net
|
|
|
|
| |
I'll host the (contrived) distfile for now.
|
| |
|
|
|
|
|
|
| |
${SITE_PERL}/foo/bar/file.pm
http://wiki.freebsd.org/PortsLongtermTargets#Use_of_SITE_PERL_in_dependencies
|
|
|
|
|
|
|
|
| |
%%SITE_PERL%%/Net may be empty when this port is deinstalled,
so @dirrmtry it.
Poked by: pavmail
Feature safe: yes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
had both lines:
Author: ...
WWW: ....
So standardize on that, and move them to the end of the file when necessary.
Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.
s/AUTHOR/Author/
A few other various formatting issues
|
| |
|
| |
|
|
|
|
|
|
| |
Subsequently installing the package will result in a plist entry to remove a
directory that does not exist
So, change @dirrm to @dirrmtry to make them both happy.
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
Drop support for antique perl.
Work done by: gabor
Sponsored by: Google Summer of Code 2007
Hat: portmgr
|
| |
|
|
|
|
|
|
|
|
|
| |
1. Add myself as a backup master site (Sourceforge and CPAN ports
already have good enough coverage, so skip them).
2. For all ports that have them, download the PGP signature files.
3. For ports in 2, add a verify target to the Makefile
4. For ports where I was already providing a master site, update the URL.
5. Pet portlint in a couple of places.
|
|
|
|
|
|
|
|
|
| |
Update to the latest, 0.9.3. This version moves to a more typical
Perl-style Makefile.PL structure, and splits the functionality into
a library and a binary. This necessitates changes to the port structure,
including re-adding the pkg-plist file.
While I'm here, make portlint happy with the IGNORE statement.
|
|
|
|
| |
Submitted by: Olli Hauer <ohauer@gmx.de>
|
|
|
|
|
|
|
|
|
|
|
|
| |
And while I'm here:
1. Download the PGP .sig file, in case the user wants to verify the package
2. Switch to PLIST_FILES for the one file this port installs
3. Replace the lone patch file with a ${SED} command
For those keeping score at home, that's 3 inodes gone with one commit! :)
Approved by: edwin (maintainer)
|
| |
|
|
Identify what versions of nameserver software is running.
WWW: http://www.rfc.se/fpdns/
|