Commit graph

15 commits

Author SHA1 Message Date
Marcelo Araujo
d2101f2dd8 - Change my mail address to araujo@.
Approved by:	stas (mentor)
2007-06-29 16:29:19 +00:00
Florent Thoumie
d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00
Ion-Mihai Tetcu
f4b15004ea - update to 5.3
- the docs are now in the main DISTFILE
- pass maintainership to submitter

PR:		ports/107983
Submitted by:	Marcelo Araujo
2007-01-17 17:04:38 +00:00
Mark Linimon
f0db31f6d3 Reset inactive maintainer who has not responded to email.
Hat:		portmgr
2006-09-04 09:38:42 +00:00
Sergey Matveychuk
e205c08bd0 - Update to 5.2
PR:		ports/93638
Submitted by:	maintainer
2006-04-29 11:08:49 +00:00
Edwin Groothuis
32487a10ad SHA256ify
Approved by: krion@
2006-01-24 01:06:45 +00:00
Emanuel Haupt
d03841032e - Respect X11BASE
- Install PORTDOCS with proper mode by using INSTALL_DATA
- bump PORTREVISION
- nuke pkg-plist
- cleanup

PR:		87827
Submitted by:	Daniel J. O'Connor <darius@dons.net.au> (maintainer)
2005-10-22 21:40:33 +00:00
Pav Lucistnik
dca7a6d05a - Update to 5.1
PR:		ports/83213
Submitted by:	Daniel J. O'Connor <darius@dons.net.au> (maintainer)
2005-07-10 12:45:26 +00:00
Michael Johnson
34ec275847 - Update to 5.0
PR:		78273
Submitted by:	Daniel O'Connor <doconnor@cain.gsoft.com.au> (maintainer)
2005-03-03 01:39:46 +00:00
Trevor Johnson
8232e82f85 SIZEify (maintainer timeout) 2004-03-31 03:12:58 +00:00
Edwin Groothuis
633b297a89 Update checksum
Noticed by: bento

Changes in tarball:
diff -r mup-4.6.old/mup/ytab.c mup-4.6.new/mup/ytab.c
1714c1714
< #line 4489 "gram.y"
---
> #line 4493 "gram.y"
5351c5351,5353
<                       Currstruct_p->u.bar_p->precbartype = yyvsp[-1].intval;
---
>                       if (Currstruct_p != 0 && Currstruct_p->u.bar_p != 0) {
>                               Currstruct_p->u.bar_p->precbartype = yyvsp[-1].i
ntval;
>                       }
5358c5360,5362
<                       Currstruct_p->u.bar_p->precbartype = SINGLEBAR;
---
>                       if (Currstruct_p != 0 && Currstruct_p->u.bar_p != 0) {
>                               Currstruct_p->u.bar_p->precbartype = SINGLEBAR;
>                       }
5364c5368
< #line 3602 "gram.y"
---
> #line 3606 "gram.y"
2004-01-29 02:14:24 +00:00
Edwin Groothuis
f5629a6892 Unnbreak and update print/mup port
Broken port (their FTP site was active-only but appears to
	allow passive FTP once more). Update to 4.6

Patch obtained from igla@batterybackups.net

PR:		ports/59241
Submitted by:	igla@batterybackups.net
Approved by:	"Daniel O'Connor" <darius@dons.net.au>
2003-11-13 03:30:32 +00:00
Kris Kennaway
09b69954f2 Mark BROKEN (see bento logs). These ports are scheduled for removal
after Feb 2 2004 if they are still broken at that time and no fixes
have been submitted by PR.
2003-11-03 03:56:42 +00:00
Edwin Groothuis
af5431b09b Add USE_XLIB to make the port building on bento. 2003-10-16 05:07:17 +00:00
Edwin Groothuis
a14dc49c57 New port for print/mup
A shareware program for typesetting music

PR:		ports/45812
Submitted by:	Daniel O'Connor <doconnor@gsoft.com.au>
2003-10-06 00:58:59 +00:00