Page MenuHomeFreeBSD

Unbreak openoffice-devel fetch
ClosedPublic

Authored by truckman on Jan 21 2015, 7:25 PM.
Tags
None
Referenced Files
Unknown Object (File)
Feb 12 2024, 4:28 AM
Unknown Object (File)
Feb 1 2024, 8:38 AM
Unknown Object (File)
Jan 20 2024, 5:44 AM
Unknown Object (File)
Jan 12 2024, 1:19 AM
Unknown Object (File)
Dec 20 2023, 5:40 AM
Unknown Object (File)
Dec 12 2023, 8:11 AM
Unknown Object (File)
Nov 21 2023, 12:06 PM
Unknown Object (File)
Aug 28 2023, 10:03 AM
Subscribers
None

Details

Reviewers
pfg
mat
Commits
rP377630: Unbreak fetch.
Summary

Fix a DISTFILE tag typo that broke fetch

Test Plan

make fetch

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

truckman retitled this revision from to Unbreak openoffice-devel fetch.
truckman updated this object.
truckman edited the test plan for this revision. (Show Details)
truckman added reviewers: mat, pfg.
mat edited edge metadata.

Now, you made me look bad by approving a broken thing in the first place :-p

This revision is now accepted and ready to land.Jan 21 2015, 9:43 PM
mat requested changes to this revision.Jan 21 2015, 9:45 PM
mat edited edge metadata.

You need to add a PKGNAMESUFFIX=-devel

Both openoffice-4 and -devel have the same pkgname, it is bad.

This revision now requires changes to proceed.Jan 21 2015, 9:45 PM
pfg edited edge metadata.

With this change it is downloading now.
FWIW, I see
PKGNAMESUFFIX= -devel
on line 17 (but I just updated my ports tree)

truckman edited edge metadata.
truckman updated this object.
truckman edited the test plan for this revision. (Show Details)

Merge r377624: Fix duplicate pkgnames

In D1578#6, @mat wrote:

You need to add a PKGNAMESUFFIX=-devel

Both openoffice-4 and -devel have the same pkgname, it is bad.

antoine caught that right away and fixed that in r377624

In D1578#3, @mat wrote:

Now, you made me look bad by approving a broken thing in the first place :-p

Yeah I broke both fetch and index.

truckman updated this revision to Diff 3301.

Closed by commit rP377630 (authored by @truckman).

head/editors/openoffice-devel/Makefile
14–17

Well, now, I don't know if LANG_SUFFIX is ever used, but it will never do anything, as PKGNAMESUFFIX is overwritten just after :-)

head/editors/openoffice-devel/Makefile
14–17

Looks like I have to leave fixing LANG_SUFFIX to another day.

FWIW, naming issues should probably be reviewed by Maho-san, he's the local expert.

Last time I pinged him, he wasn't even in a position to do a build test.

Yes, he is a busy guy but if you have doubts about the naming ask him ... he has much more experience from the pre-apache days.