Bug 169889 - Maintainer update: devel/app
Summary: Maintainer update: devel/app
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Jason Helfman
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-15 17:00 UTC by Jason W. Bacon
Modified: 2012-07-18 19:10 UTC (History)
0 users

See Also:


Attachments
file.diff (1.21 KB, patch)
2012-07-15 17:00 UTC, Jason W. Bacon
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jason W. Bacon freebsd_committer freebsd_triage 2012-07-15 17:00:23 UTC
Rename "app" (Assembly Preprocessor) to "papp" (Portable Assembly Preprocessor) to resolve conflicts with multiple ports.

Fix: Diff attached.

Patch attached with submission follows:
Comment 1 Jason Helfman freebsd_committer freebsd_triage 2012-07-18 17:39:27 UTC
Responsible Changed
From-To: freebsd-ports-bugs->jgh

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-07-18 19:00:47 UTC
Author: jgh
Date: Wed Jul 18 18:00:35 2012
New Revision: 301110
URL: http://svn.freebsd.org/changeset/ports/301110

Log:
  - project renamed from app -> papp
  
  PR:	ports/169889
  Submitted by:	maintainer, jwbacon@tds.net

Added:
  head/devel/papp/
     - copied from r301102, head/devel/app/
Deleted:
  head/devel/app/
Modified:
  head/MOVED   (contents, props changed)
  head/devel/Makefile
  head/devel/papp/Makefile   (contents, props changed)
  head/devel/papp/distinfo   (contents, props changed)
  head/devel/papp/pkg-descr   (contents, props changed)
  head/devel/papp/pkg-plist   (contents, props changed)

Modified: head/MOVED
==============================================================================
--- head/MOVED	Wed Jul 18 17:59:00 2012	(r301109)
+++ head/MOVED	Wed Jul 18 18:00:35 2012	(r301110)
@@ -3553,3 +3553,4 @@ lang/python25||2012-07-16|End Of Life re
 www/zope||2012-07-16|End Of Life reached
 www/zope211||2012-07-16|End Of Life reached
 archivers/zlib||2012-07-18|Removed in favor of base system zlib
+devel/app|devel/papp|2012-07-18|Project renamed upstream

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Wed Jul 18 17:59:00 2012	(r301109)
+++ head/devel/Makefile	Wed Jul 18 18:00:35 2012	(r301110)
@@ -47,7 +47,6 @@
     SUBDIR += apache-ant
     SUBDIR += api-sanity-autotest
     SUBDIR += apiextractor
-    SUBDIR += app
     SUBDIR += apr0
     SUBDIR += apr1
     SUBDIR += apr2
@@ -2826,6 +2825,7 @@
     SUBDIR += p65
     SUBDIR += paexec
     SUBDIR += papi
+    SUBDIR += papp
     SUBDIR += pas2dox
     SUBDIR += patch
     SUBDIR += pccts

Modified: head/devel/papp/Makefile
==============================================================================
--- head/devel/app/Makefile	Wed Jul 18 16:25:10 2012	(r301102)
+++ head/devel/papp/Makefile	Wed Jul 18 18:00:35 2012	(r301110)
@@ -5,7 +5,7 @@
 # $FreeBSD$
 #
 
-PORTNAME=	app
+PORTNAME=	papp
 PORTVERSION=	0.3
 CATEGORIES=	devel
 MASTER_SITES=	http://acadix.biz/Ports/distfiles/ \
@@ -16,6 +16,6 @@ COMMENT=	Assembly Preprocessor
 
 LICENSE=	BSD
 
-MAN1=		app.1
+MAN1=		papp.1
 
 .include <bsd.port.mk>

Modified: head/devel/papp/distinfo
==============================================================================
--- head/devel/app/distinfo	Wed Jul 18 16:25:10 2012	(r301102)
+++ head/devel/papp/distinfo	Wed Jul 18 18:00:35 2012	(r301110)
@@ -1,2 +1,2 @@
-SHA256 (app-0.3.tar.gz) = 26baa919b22be389a49a3f970ce848250354eb3a5c04a6bc8d40d3753cfe4ae2
-SIZE (app-0.3.tar.gz) = 20127
+SHA256 (papp-0.3.tar.gz) = 445de0ec942fc7f6d260d07f4b31a8a30807a19b75035ac211d118cb8de9f41c
+SIZE (papp-0.3.tar.gz) = 11263

Modified: head/devel/papp/pkg-descr
==============================================================================
--- head/devel/app/pkg-descr	Wed Jul 18 16:25:10 2012	(r301102)
+++ head/devel/papp/pkg-descr	Wed Jul 18 18:00:35 2012	(r301110)
@@ -1,4 +1,4 @@
-The app command preprocesses assembly language code, much like cpp does
+The papp command preprocesses assembly language code, much like cpp does
 for C and C++.
 
-WWW:	http://acadix.biz/app.php
+WWW:	http://acadix.biz/papp.php

Modified: head/devel/papp/pkg-plist
==============================================================================
--- head/devel/app/pkg-plist	Wed Jul 18 16:25:10 2012	(r301102)
+++ head/devel/papp/pkg-plist	Wed Jul 18 18:00:35 2012	(r301110)
@@ -1,4 +1,4 @@
-bin/app
+bin/papp
 %%DATADIR%%/include/exceptions.mal
 %%DATADIR%%/include/lowio.mal
 %%DATADIR%%/include/syscalls.mal
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Jason Helfman freebsd_committer freebsd_triage 2012-07-18 19:04:33 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!