Update to upstream version 0.46.2
PR: 194162 Submitted by: tkato432@yahoo.com
This commit is contained in:
parent
4f487eae80
commit
332eb3d613
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=372002
3 changed files with 6 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= pd
|
||||
DISTVERSION= 0.46-0
|
||||
DISTVERSION= 0.46-2
|
||||
DISTVERSIONSUFFIX= .src
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://msp.ucsd.edu/Software/
|
||||
|
@ -54,7 +54,8 @@ post-patch:
|
|||
@${REINPLACE_CMD} -e \
|
||||
'/^pkgconfigdir/s|=.*|= $$(prefix)/libdata/pkgconfig| ; \
|
||||
/^libpddir/s|=.*|= $$(pkglibdir)| ; \
|
||||
s|make -C|$$(MAKE) -C|' ${WRKSRC}/Makefile.am
|
||||
s|make -C|$$(MAKE) -C| ; \
|
||||
s|metro.pd|metro-help.pd|' ${WRKSRC}/Makefile.am
|
||||
@${REINPLACE_CMD} -e \
|
||||
'/^pd_LDADD/s| =.*| = $$(LIBM)|' ${WRKSRC}/src/Makefile.am
|
||||
@${REINPLACE_CMD} -e \
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (pd-0.46-0.src.tar.gz) = 885fcc6761770b61bc3e538f510df0f63e1b59eb5578ef23214aed11b09ae505
|
||||
SIZE (pd-0.46-0.src.tar.gz) = 2243098
|
||||
SHA256 (pd-0.46-2.src.tar.gz) = 6f77c2c547216332c6bed218a362dcacd207a270d5937a62b092d4c1b3f539ff
|
||||
SIZE (pd-0.46-2.src.tar.gz) = 2244841
|
||||
|
|
|
@ -400,7 +400,7 @@ man/man1/pdsend.1.gz
|
|||
%%PORTDOCS%%%%DOCSDIR%%/5.reference/makenote-help.pd
|
||||
%%PORTDOCS%%%%DOCSDIR%%/5.reference/math-help.pd
|
||||
%%PORTDOCS%%%%DOCSDIR%%/5.reference/message-help.pd
|
||||
%%PORTDOCS%%%%DOCSDIR%%/5.reference/metro.pd
|
||||
%%PORTDOCS%%%%DOCSDIR%%/5.reference/metro-help.pd
|
||||
%%PORTDOCS%%%%DOCSDIR%%/5.reference/midi-help.pd
|
||||
%%PORTDOCS%%%%DOCSDIR%%/5.reference/moses-help.pd
|
||||
%%PORTDOCS%%%%DOCSDIR%%/5.reference/my_canvas-help.pd
|
||||
|
|
Loading…
Reference in a new issue