Page MenuHomeFreeBSD

net-mgmt/gnu-ipcalc: Don't abuse DOCS for MANPAGES
ClosedPublic

Authored by michaelo on Tue, Jun 24, 5:51 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Jul 12, 8:24 PM
Unknown Object (File)
Sat, Jul 5, 7:46 AM
Unknown Object (File)
Sat, Jul 5, 3:18 AM
Unknown Object (File)
Fri, Jul 4, 9:53 PM
Unknown Object (File)
Fri, Jul 4, 8:25 AM
Unknown Object (File)
Wed, Jul 2, 9:08 AM
Unknown Object (File)
Wed, Jul 2, 8:34 AM
Unknown Object (File)
Wed, Jul 2, 12:42 AM
Subscribers

Details

Summary

PR: 287652
Approved by: jrm (mentor), otis (mentor), ehaupt (maintainer)

Diff Detail

Repository
R11 FreeBSD ports repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 65076
Build 61959: arc lint + arc unit

Event Timeline

michaelo created this revision.

lgtm,
While out of scope you should be able to remove GL_TAGNAME and replace PORTVERSION with DISTVERSION

ehaupt requested changes to this revision.Tue, Jun 24, 7:55 PM

The current version does not fetch. If you insist on removing the GL_ stuff (though I don't see the point—aside from dizzy fighting his personal war against convenient git references), please test with make distclean; make fetch. Also, please run portfmt -i on the Makefile.

This revision now requires changes to proceed.Tue, Jun 24, 7:55 PM

The current version does not fetch. If you insist on removing the GL_ stuff (though I don't see the point—aside from dizzy fighting his personal war against convenient git references), please test with make distclean; make fetch. Also, please run portfmt -i on the Makefile.

Removing both GL_ACCOUNT and GL_TAGNAME will for sure break, GL_TAGNAME isn't necessary as of https://cgit.freebsd.org/ports/commit/Mk/bsd.sites.mk?id=16bde072b16daca1c886116e602c94b5fa99c20f

The current version does not fetch. If you insist on removing the GL_ stuff (though I don't see the point—aside from dizzy fighting his personal war against convenient git references), please test with make distclean; make fetch. Also, please run portfmt -i on the Makefile.

Works for me:

osipovmi@deblndw011x:~/var/Projekte/freebsd/ports/net-mgmt/gnu-ipcalc (docs-to-manpages-gnu-ipcalc =)
$ make distclean
===>  Cleaning for gnu-ipcalc-1.0.3_2
===>  Deleting distfiles for gnu-ipcalc-1.0.3_2
osipovmi@deblndw011x:~/var/Projekte/freebsd/ports/net-mgmt/gnu-ipcalc (docs-to-manpages-gnu-ipcalc =)
$ make fetch
===>  License GPLv2 accepted by the user
===>   gnu-ipcalc-1.0.3_2 depends on file: /usr/local/sbin/pkg - found
=> ipcalc-1.0.3.tar.bz2 doesn't seem to exist in /var/osipovmi/Projekte/freebsd/ports/distfiles/.
=> Attempting to fetch https://gitlab.com/ipcalc/ipcalc/-/archive/1.0.3/ipcalc-1.0.3.tar.bz2
fetch: https://gitlab.com/ipcalc/ipcalc/-/archive/1.0.3/ipcalc-1.0.3.tar.bz2: size unknown
fetch: https://gitlab.com/ipcalc/ipcalc/-/archive/1.0.3/ipcalc-1.0.3.tar.bz2: size of remote file is not known
ipcalc-1.0.3.tar.bz2                                    45 kB   17 MBps    00s
===> Fetching all distfiles required by gnu-ipcalc-1.0.3_2 for building

See bsd.sites.mk both GL_ACCOUNT and GL_PROJECT point to ${PORTNAME}.

Guys, can you please re-evaluate?

Thanks for the portfmt update. Fetching seems to work. Not sure why it failed on the first run. Please commit.

This revision is now accepted and ready to land.Thu, Jun 26, 2:50 PM