Bug 256023 - graphics/bmeps: Update to 4.30.10
Summary: graphics/bmeps: Update to 4.30.10
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Nuno Teixeira
URL: https://sourceforge.net/p/dktools/wik...
Keywords:
Depends on:
Blocks:
 
Reported: 2021-05-20 03:59 UTC by takefu
Modified: 2021-05-20 12:42 UTC (History)
1 user (show)

See Also:


Attachments
bmpp-4.30.10.patch (908 bytes, patch)
2021-05-20 03:59 UTC, takefu
no flags Details | Diff
pet portclippy (1.33 KB, patch)
2021-05-20 12:30 UTC, Nuno Teixeira
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description takefu 2021-05-20 03:59:50 UTC
Created attachment 225112 [details]
bmpp-4.30.10.patch
Comment 1 Nuno Teixeira freebsd_committer freebsd_triage 2021-05-20 08:54:07 UTC
Hello,

Could you please add a ChangeLog url to URL: field?
Comment 2 Nuno Teixeira freebsd_committer freebsd_triage 2021-05-20 12:30:53 UTC
Created attachment 225119 [details]
pet portclippy

Hello,

I've just updated your patch to organize it better to pet `portclippy Makefile`:

# PORTNAME block
PORTNAME
DISTVERSION
CATEGORIES
MASTER_SITES
DISTNAME

# Maintainer block
MAINTAINER
COMMENT

# License block
LICENSE
LICENSE_FILE

# Dependencies
LIB_DEPENDS

# USES block
USES

-CONFLICTS_INSTALL

# Configure block
GNU_CONFIGURE
+CONFIGURE_ENV

# Make block
ALL_TARGET

-CONFIGURE_ENV
# Conflicts
+CONFLICTS_INSTALL

# Packaging list block
PLIST_FILES

Cheers
Comment 3 commit-hook freebsd_committer freebsd_triage 2021-05-20 12:39:44 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=1cde96d81cf4e1bd5bcae9dbb3b4e07dba21bf5a

commit 1cde96d81cf4e1bd5bcae9dbb3b4e07dba21bf5a
Author:     takefu <takefu@airport.fm>
AuthorDate: 2021-05-20 12:35:05 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2021-05-20 12:38:35 +0000

    graphics/bmeps: Update to 4.30.10

    - Pet portclippy

    ChangeLog: https://sourceforge.net/p/dktools/wiki/change%20log/

    PR:             256023
    Approved by:    dbaio, garga (mentors, implicit)

 graphics/bmeps/Makefile | 7 +++----
 graphics/bmeps/distinfo | 6 +++---
 2 files changed, 6 insertions(+), 7 deletions(-)
Comment 4 Nuno Teixeira freebsd_committer freebsd_triage 2021-05-20 12:41:53 UTC
Commited thanks!