View | Details | Raw Unified | Return to bug 113219
Collapse All | Expand All

(-)audacity-devel/Makefile Fri Jun 1 04:56:53 2007 (-2 / +1 lines)
Lines 5-12 Link Here
5
# $FreeBSD: ports/audio/audacity-devel/Makefile,v 1.22 2007/05/19
5
# $FreeBSD: ports/audio/audacity-devel/Makefile,v 1.22 2007/05/19
6
PORTNAME=      audacity
6
PORTNAME=      audacity
7
PORTVERSION=   1.3.2
7
PORTVERSION=   1.3.3
8
PORTREVISION=  1
9
CATEGORIES=    audio
8
CATEGORIES=    audio
10
MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE}
9
MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE}
11
MASTER_SITE_SUBDIR=    ${PORTNAME}
10
MASTER_SITE_SUBDIR=    ${PORTNAME}
(-)audacity-devel/distinfo Fri Jun 1 04:42:30 2007 (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (audacity-src-1.3.2.tar.gz) = bf63673140254f1283dfd55b61ff2422
1
MD5 (audacity-src-1.3.3.tar.gz) = 72a9e3239f3b5af63030a1e1b07e40e7
2
SHA256 (audacity-src-1.3.2.tar.gz) =
2
SHA256 (audacity-src-1.3.3.tar.gz) =
3
SIZE (audacity-src-1.3.2.tar.gz) = 6683449
Line 10 Link Here
3
SIZE (audacity-src-1.3.3.tar.gz) = 6649291
(-)audacity-devel/files/patch-Makefile.in Wed Dec 31 16:00:00 1969 (-14 lines)
Lines 1-14 Link Here
1
--- Makefile.in.orig   Tue Nov 30 21:49:32 2004
2
+++ Makefile.in        Tue Nov 30 21:50:05 2004
3
@@ -31,9 +31,11 @@
4
       $(INSTALL) -d $(DESTDIR)$(DATADIR)/$(AUDACITY_NAME)
5
       -test -f audacity-1.2-help.htb && $(INSTALL) -m 644
6
               $(DESTDIR)$(DATADIR)/$(AUDACITY_NAME)/audacity-1.2-help.htb
7
+ifeq ($(DOC),yes)
8
       $(INSTALL) -d $(DESTDIR)$(DATADIR)/doc/$(AUDACITY_NAME)
9
       $(INSTALL) -m 644 README.txt
10
       $(INSTALL) -m 644 LICENSE.txt
11
+endif
12
13
       # install manpage
14
       $(INSTALL) -d $(DESTDIR)$(MANDIR)/man1

Return to bug 113219