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

(-)resid/Makefile (-5 / +1 lines)
Lines 6-23 Link Here
6
#
6
#
7
7
8
PORTNAME=	resid
8
PORTNAME=	resid
9
PORTVERSION=	0.13
9
PORTVERSION=	0.15
10
PORTREVISION=	1
11
CATEGORIES=	audio emulators
10
CATEGORIES=	audio emulators
12
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
13
MASTER_SITE_SUBDIR=	sidplay2
12
MASTER_SITE_SUBDIR=	sidplay2
14
DISTNAME=	${PORTNAME}-${PORTVERSION}-p1
15
EXTRACT_SUFX=	.tgz
13
EXTRACT_SUFX=	.tgz
16
14
17
MAINTAINER=	ports@FreeBSD.org
15
MAINTAINER=	ports@FreeBSD.org
18
COMMENT=	Cycle-based SID emulator engine
16
COMMENT=	Cycle-based SID emulator engine
19
20
WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
21
17
22
USE_LIBTOOL=	yes
18
USE_LIBTOOL=	yes
23
CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
19
CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
(-)resid/distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (resid-0.13-p1.tgz) = 15f54bdb411b0682468a6992170eb87d
1
MD5 (resid-0.15.tgz) = 47736681dede4ace13f71227c8ba3e57
(-)resid/files/patch-configure (-3 / +3 lines)
Lines 1-6 Link Here
1
--- configure.orig	Fri Jan 25 08:31:44 2002
1
--- configure.bak	Tue Dec 30 16:47:22 2003
2
+++ configure	Sun Dec  1 06:47:22 2002
2
+++ configure	Tue Dec 30 16:48:04 2003
3
@@ -13231,6 +13231,7 @@
3
@@ -8246,6 +8246,7 @@
4
 
4
 
5
 # This can be used to rebuild libtool when needed
5
 # This can be used to rebuild libtool when needed
6
 LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
6
 LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
(-)resid/pkg-plist (-1 / +1 lines)
Lines 9-13 Link Here
9
include/resid/wave.h
9
include/resid/wave.h
10
lib/libresid.a
10
lib/libresid.a
11
lib/libresid.so
11
lib/libresid.so
12
lib/libresid.so.2
12
lib/libresid.so.4
13
@dirrm include/resid
13
@dirrm include/resid

Return to bug 60731