diff options
author | jedgar <jedgar@FreeBSD.org> | 2000-01-18 09:28:55 +0800 |
---|---|---|
committer | jedgar <jedgar@FreeBSD.org> | 2000-01-18 09:28:55 +0800 |
commit | 9ee019c944a02f372abe72d9a657526fa9f64a8c (patch) | |
tree | 675d5ab57e5530dba7b7c32a9e28594d5556465b /sysutils/gcombust | |
parent | 950ebede17abe16f0e3ff8bfe4f3641c9afcbc31 (diff) | |
download | freebsd-ports-gnome-9ee019c944a02f372abe72d9a657526fa9f64a8c.tar.gz freebsd-ports-gnome-9ee019c944a02f372abe72d9a657526fa9f64a8c.tar.zst freebsd-ports-gnome-9ee019c944a02f372abe72d9a657526fa9f64a8c.zip |
Update port to 0.1.28
PR: 16138
Submitted by: Maintainer
Diffstat (limited to 'sysutils/gcombust')
-rw-r--r-- | sysutils/gcombust/Makefile | 8 | ||||
-rw-r--r-- | sysutils/gcombust/distinfo | 2 | ||||
-rw-r--r-- | sysutils/gcombust/pkg-descr | 5 |
3 files changed, 8 insertions, 7 deletions
diff --git a/sysutils/gcombust/Makefile b/sysutils/gcombust/Makefile index 6edcfb19f298..4d45e534a2b3 100644 --- a/sysutils/gcombust/Makefile +++ b/sysutils/gcombust/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: gcombust -# Version required: 0.1.25 +# Version required: 0.1.28 # Date created: Tue Jun 22 21:17:03 MET DST 1999 # Whom: Juergen Lock <nox@jelal.kn-bremen.de> # # $FreeBSD$ # -DISTNAME= gcombust-0.1.25 +DISTNAME= gcombust-0.1.28 CATEGORIES= sysutils MASTER_SITES= http://www.abo.fi/~jmunsin/gcombust/ @@ -20,6 +20,10 @@ GNU_CONFIGURE= yes USE_X_PREFIX= yes CONFIGURE_ENV= GTK_CONFIG=${PREFIX}/bin/gtk12-config +# for patch-ab (/dev/cd0a -> /dev/rcd0a) +post-configure: + cd ${WRKSRC}/po && ${MAKE} update-po + post-install: ${MKDIR} ${PREFIX}/share/doc/gcombust ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/gcombust diff --git a/sysutils/gcombust/distinfo b/sysutils/gcombust/distinfo index 693f7c1db952..728e4904b870 100644 --- a/sysutils/gcombust/distinfo +++ b/sysutils/gcombust/distinfo @@ -1 +1 @@ -MD5 (gcombust-0.1.25.tar.gz) = ab7da507a8c16f850b41ab9e1cf4a4f5 +MD5 (gcombust-0.1.28.tar.gz) = 21f586606dfeb4ffd3f6f2203847e420 diff --git a/sysutils/gcombust/pkg-descr b/sysutils/gcombust/pkg-descr index ebdbe7ddedae..7b36c6851677 100644 --- a/sysutils/gcombust/pkg-descr +++ b/sysutils/gcombust/pkg-descr @@ -5,9 +5,6 @@ would probably be wise to test it with the -dummy option at first to check that I haven't made any stupid errors. Also, it prints the command it's executing to stdout so you can look at it and maybe spot errors. -There's no save option yet, but it respects cdrecord's CDR_SPEED, CDR_DEVICE -and CDR_FIFOSIZE environment variables, so for now use them. - I love to recieve feedback/comments/ideas/bugreports at: jmunsin@iki.fi (jmunsin@abo.fi) @@ -19,4 +16,4 @@ NOTE: If you decide to do a NLS translation of gcombust, it might be a good Flames to: /dev/null -WWW: http://www.iki.fi/jmunsin/gcombust +WWW: http://www.abo.fi/~jmunsin/gcombust/ |