| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
- Add license
- Install also as rpm2cpio, therefore add CONFLICTS_INSTALL with rpm4 [1]
Proded by: koobs [1]
|
|
|
|
| |
- Fix grammar in pkg-descr
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
${PERL5} points to a specific version of perl, say, perl5.22.1, it is
fine to use it in a ports Makefile to do Perly things, but ports using
it must use ${PERL}, that points to /usr/local/bin/perl so that if the
minor version is updated, the shebang keep working.
While there, make some ports use shebangfix, regen a few patches, and
bump PORTREVISION where a shebang went from PERL5 to PERL.
PR: 205367
With hat: portmgr
Sponsored by: Absolight
|
|
|
|
|
|
| |
- Take maintainership
RIP nox@
|
| |
|
|
|
|
| |
Approved by: portmgr blanket
|
| |
|
|
|
|
|
| |
Check for xz in path instead of checking osversion and looking for it in localbase
Remove useless do-fetch target
|
|
|
|
| |
archivers)
|
|
|
|
|
|
| |
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket)
|
|
|
|
|
|
|
|
|
| |
- remove $/, $| it's artifacts from $rpm = <$f>; time.
[this might help in low RAM situations]
- change && to and
- whitespace cosmetic.
Submitted by: Alex Kozlov <spam@rm-rf.kiev.ua> (via private email)
|
|
|
|
|
|
|
| |
- Added RUN_DEPENDS on archivers/xz on systems where its not in base.
PR: ports/148446 [1]
Submitted by: Alex Kozlov <spam@rm-rf.kiev.ua>
|
| |
|
|
|
|
| |
Approved by: miwi
|
| |
|
|
|
|
|
| |
Submitted by: Marius Strobl <marius@alchemy.franken.de>
Approved by: maintainer
|
|
|
|
|
|
|
|
| |
- distinfo isn't needed anymore, the used file has no home and is
included
PR: 59980 (part of)
Submitted by: maintainer
|
|
|
|
|
|
|
|
|
| |
into memory and supports the newer bzip2 compressed rpms. Also, call it
rpm2cpio.pl so that it doesn't conflict with the binary version from
archivers/rpm.
PR: ports/59980
Submitted by: Juergen Lock <nox@jelal.kn-bremen.de> (maintainer)
|
| |
|
| |
|
|
|
|
|
|
| |
following note:
# sw 2002-Mar-6 Don't slurp the whole file
|
| |
|
| |
|
|
|
|
| |
the distfile doesn't carry a version, arbitrarily call it version 1.1
|
|
|
|
|
|
|
| |
- Add WWW: line to pkg/DESCR
PR: 18278
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
|
| |
|
| |
|
|
with /usr/bin/cpio. Created so there would be a lightweight version
that didn't require a tonne of other requirements.
PR: 12701
Submitted by: Juergen Lock <nox@jelal.kn-bremen.de>
|