Bug 223905 - science/mcstas: simplify Makefile and remove unnecessary pkg-install/deinstall
Summary: science/mcstas: simplify Makefile and remove unnecessary pkg-install/deinstall
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-11-27 12:51 UTC by Erik B Knudsen
Modified: 2017-12-05 17:33 UTC (History)
0 users

See Also:
erkn: maintainer-feedback+


Attachments
svn generated diff with simplified port structure (9.67 KB, patch)
2017-11-27 12:51 UTC, Erik B Knudsen
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Erik B Knudsen 2017-11-27 12:51:37 UTC
Created attachment 188312 [details]
svn generated diff with simplified port structure

An updated version of the mcstas neutron scattering simulation kernel port.

This is not an update to a new version of the upstream code (this will come shortly in a later PR)

- the makefile hasbeen simplified to avoid the use of pkg-install/deinstall scripts (which have been deleted)
- PORTVERSION has been changed to DISTVERSION
- gzipped manpages
- simplified pkg-plist

The port has been tested with poudriere on 11.1 and 10.4 (amd64 so far)
Comment 1 commit-hook freebsd_committer freebsd_triage 2017-12-05 17:33:20 UTC
A commit references this bug:

Author: swills
Date: Tue Dec  5 17:32:37 UTC 2017
New revision: 455594
URL: https://svnweb.freebsd.org/changeset/ports/455594

Log:
  science/mcstas: simplify Makefile

  While here, remove unecessary pkg-install/deinstall

  PR:		223905
  Submitted by:	Erik B Knudsen <erkn@fysik.dtu.dk> (maintainer)

Changes:
  head/science/mcstas/Makefile
  head/science/mcstas/distinfo
  head/science/mcstas/files/
  head/science/mcstas/pkg-plist
Comment 2 Steve Wills freebsd_committer freebsd_triage 2017-12-05 17:33:45 UTC
Committed, thanks!