Bug 4725 - x11/fvwm2 update, based on fvwm 2.0.46 / email address change
Summary: x11/fvwm2 update, based on fvwm 2.0.46 / email address change
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1997-10-08 04:10 UTC by Makoto Matsushita
Modified: 1997-10-11 03:25 UTC (History)
0 users

See Also:


Attachments
file.diff (7.46 KB, patch)
1997-10-08 04:10 UTC, Makoto Matsushita
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Makoto Matsushita 1997-10-08 04:10:01 UTC
	fvwm 2.0.46 was released. Update x11/fvwm2 ports.

	And, please commiters, change my email address which is listed
	in Contributors section of FreeBSD Handbook. Now it shows

		Makoto Matsushita <matusita@ics.es.osaka-u.ac.jp

	But I want to change my email address to

		Makoto MATSUSHITA <matusita@jp.freebsd.org>

	I wanna use this email address with my FreeBSD-related work.
	I already use this email address in x11/fvwm2/Makefile, and also
	in THIS PR.

Fix: Apply following patch to x11/fvwm2 of ports-current. Sorry for long email.
Comment 1 Makoto MATSUSHITA 1997-10-09 03:23:54 UTC
>> Category:       ports
>> Responsible:    freebsd-ports
>> Synopsis:       x11/fvwm2 update, based on fvwm 2.0.46 / email address change

I found that pkg/MESSAGE file is not automatically shown when we use
ports itself (not use packages). Following patch is also needed.

*** Makefile.dist	Wed Oct  8 01:43:36 1997
--- Makefile	Wed Oct  8 12:41:05 1997
***************
*** 38,42 ****
--- 38,43 ----
  	${INSTALL_DATA} ${WRKSRC}/icons/*.xpm ${WRKSRC}/icons/*.xbm \
  			${WRKSRC}/icons/*.bitmap ${WRKSRC}/icons/*.icon \
  		${PREFIX}/lib/X11/fvwm2/pixmaps
+ 	@${CAT} ${PKGDIR}/MESSAGE
  
  .include <bsd.port.mk>

Using ${CAT}, simply type MESSAGE file to the tty.

-- -
Makoto `MAR' MATSUSHITA
Comment 2 Masafumi Max NAKANE freebsd_committer freebsd_triage 1997-10-11 03:20:22 UTC
State Changed
From-To: open->closed

Your e-mail address updated in submitters.sgml Rev.1.113. 

The submitted update applied. 

Also, please note that I did some standardization of the Makefile: 
- Define MAN1 and list all manpages there along with MANCOMPRESSED defined. 
- Restore the Whom: and the Date created: lines in the comment section from  
the original Makefile.  (You should *never* change thiese lines unless 
the port is changed to completely different thing.)