mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 10:26:28 -04:00
- update to 10.05
- new MASTER_SITE
This commit is contained in:
parent
ff142fb5e2
commit
06712c4fa2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=256040
4 changed files with 703 additions and 99 deletions
|
@ -6,11 +6,11 @@
|
|||
#
|
||||
|
||||
PORTNAME= codeblocks
|
||||
PORTVERSION= 8.02
|
||||
PORTREVISION= 5
|
||||
PORTVERSION= 10.05
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= SF/${PORTNAME}/Sources/${PORTVERSION}
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION}-src
|
||||
MASTER_SITES= ${MASTER_SITE_BERLIOS}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION}-1debian-src
|
||||
|
||||
MAINTAINER= dinoex@FreeBSD.org
|
||||
COMMENT= Open source, cross-platform, free C/C++ IDE
|
||||
|
@ -33,4 +33,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
|||
CONFIGURE_ARGS+= --with-wx-config=${WX_CONFIG} --with-contrib-plugins=all
|
||||
MAN1= cb_console_runner.1 cb_share_config.1 codeblocks.1 codesnippets.1
|
||||
|
||||
post-extract:
|
||||
(cd ${WRKDIR} && ${GZIP_CMD} ${EXTRACT_BEFORE_ARGS} src/${PORTNAME}_${PORTVERSION}-1.tar.gz ${EXTRACT_AFTER_ARGS})
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (codeblocks-8.02-src.tar.bz2) = ac15b4b3de50d7650c2f7a8dbcb30f88
|
||||
SHA256 (codeblocks-8.02-src.tar.bz2) = 5a6e9184b5edc991b59dadbf87bf4584ed6c30e7097c572149cc1b2085b3080f
|
||||
SIZE (codeblocks-8.02-src.tar.bz2) = 6839711
|
||||
MD5 (codeblocks-10.05-1debian-src.tar.bz2) = 57e41b33a37f2677e432b47e89e939e3
|
||||
SHA256 (codeblocks-10.05-1debian-src.tar.bz2) = 744f5565d08affb8bd156d3c2c82c9704370afc2b06390bc0021d0c730e3dfe8
|
||||
SIZE (codeblocks-10.05-1debian-src.tar.bz2) = 14470771
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
--- Makefile.in.orig 2008-03-01 22:49:41.000000000 +0100
|
||||
+++ Makefile.in 2008-05-02 18:52:24.000000000 +0200
|
||||
@@ -243,7 +243,7 @@
|
||||
--- Makefile.in.orig 2010-05-27 12:51:56.000000000 +0200
|
||||
+++ Makefile.in 2010-06-06 20:50:39.000000000 +0200
|
||||
@@ -309,7 +309,7 @@
|
||||
top_builddir = @top_builddir@
|
||||
top_srcdir = @top_srcdir@
|
||||
SUBDIRS = src
|
||||
SUBDIRS = src debian
|
||||
-pkgconfigdir = $(libdir)/pkgconfig
|
||||
+pkgconfigdir = $(exec_prefix)/libdata/pkgconfig
|
||||
pkgconfig_DATA = codeblocks.pc
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue