Summary: | [patch] skin version bumps in multimedia/mplayer-skins | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Andy Mender <andymenderunix> | ||||
Component: | Individual Port(s) | Assignee: | Thomas Zander <riggs> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Many People | Keywords: | needs-qa, patch | ||||
Priority: | --- | Flags: | riggs:
maintainer-feedback+
|
||||
Version: | Latest | ||||||
Hardware: | amd64 | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Andy Mender
2016-08-14 07:38:40 UTC
A commit references this bug: Author: riggs Date: Sun Aug 14 14:58:10 UTC 2016 New revision: 420188 URL: https://svnweb.freebsd.org/changeset/ports/420188 Log: Update distfiles, add NO_ARCH, bump PORTREVISION Details: - The Blue-small and Clearlooks skins have been updated upstream - PORTREVISION bump, since Blue-small is in the default package - Port does not contain architecture dependent files -> NO_ARCH= yes PR: 211826 Submitted by: andymenderunix@gmail.com Reviewed by: riggs Changes: head/multimedia/mplayer-skins/Makefile head/multimedia/mplayer-skins/Makefile.skins head/multimedia/mplayer-skins/distinfo Great to see a new face on our bugzilla! Contributions are always welcome! I have committed your patch with a few modifications, and since you asked for feedback, here are some details / pointers: 0) Attaching the diff to the PR is sufficient, you do not need to copy and paste it into the text field. 0.1) A poudriere build log is always a good thing to attach alongside a patch. Both for you to verify that the patch works and for a committer to double-check if something is missing. 1) The MASTER_SITES var should be ok. MPLAYERHQ is defined in ${PORTSDIR}/Mk/bsd.sites.mk and expands correctly to include the link you used, see: [riggs] multimedia/mplayer-skins > make -V MASTER_SITES http://www.mplayerhq.hu/MPlayer/skins/ http://www1.mplayerhq.hu/MPlayer/skins/ http://www2.mplayerhq.hu/MPlayer/skins/ http://www3.mplayerhq.hu/MPlayer/skins/ http://www4.mplayerhq.hu/MPlayer/skins/ http://www5.mplayerhq.hu/MPlayer/skins/ ftp://ftp.mplayerhq.hu/MPlayer/skins/ ftp://ftp1.mplayerhq.hu/MPlayer/skins/ ftp://ftp4.mplayerhq.hu/MPlayer/skins/ ftp://ftp5.mplayerhq.hu/MPlayer/skins/ 2) You did not generate the distinfo by using "make makesum", correct? In most cases, this is the easiest (and hence preferred) way to do it. 3) This patch needs to bump PORTREVISION, because Blue-small is used in the default config of this port, i.e. the official package will have changed content after applying the patch. Thanks again for your submission, we'd love to see more patches coming! |