Summary: | devel/artifactory: Add NO_ARCH, Multiple LICENSE's | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | David Harrigan <dharrigan> | ||||||||
Component: | Individual Port(s) | Assignee: | Thomas Zander <riggs> | ||||||||
Status: | Closed FIXED | ||||||||||
Severity: | Affects Only Me | CC: | riggs | ||||||||
Priority: | --- | Keywords: | easy, patch, patch-ready | ||||||||
Version: | Latest | Flags: | koobs:
merge-quarterly?
|
||||||||
Hardware: | Any | ||||||||||
OS: | Any | ||||||||||
Attachments: |
|
That should be "keyword" not "keyboard" in the first bullet point. -=david=- Created attachment 162956 [details]
Updated Makefile
Remove duplicate NO_ARCH
(In reply to David Harrigan from comment #2) Please don't create diffs where 90% are changes in whitespaces :-) Can you revisit the patch to capture the functional differences only? TIA Created attachment 163189 [details]
Updated Makefile
Hi,
Sorry about that! Forgot to stipulate the ignore whitespace flag when creating the diff.
-=david=-
A commit references this bug: Author: riggs Date: Sat Nov 21 13:32:25 UTC 2015 New revision: 402157 URL: https://svnweb.freebsd.org/changeset/ports/402157 Log: - Drop restriction to i386/amd64 - Handle multiple license files - Bump PORTREVISION PR: 204422 Submitted by: dharrigan@gmail.com (maintainer) Changes: head/devel/artifactory/Makefile Committed with slight modifications to reduce commit diff. Fantastic :-) Thank you. -=david=- |
Created attachment 162954 [details] Updated Makefile Hi, * Modified the Makefile to remove the ONLY_FOR_ARCHS keyboard and use NO_ARCH=yes * Added in LICENSE_FILE_GPLv3, LICENSE_FILE_LGPL3 and LICENSE_FILE_APACHE20 to cover the 3 licenses included with this port. According to the Porters Handbook, no need for a PORTREVISION bump. Please can you review and commit. Thank you. -=david=-